Skip to content

Commit e737cb8

Browse files
committed
build(bintray): add maven credentials to bintray
1 parent 7cd1d3e commit e737cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: "nebula.nebula-bintray"
33
bintray {
44
user = project.bintrayUsername ?: "tinesoft"
55
apiKey = project.bintrayKey ?: ""
6-
6+
syncToMavenCentral = true
77
repo = "maven"
88
userOrg = "tinesoft"
99
description = "Set of JUnit Rule & Extension to easily load data to test your spring-data elasticsearch-based projects"

0 commit comments

Comments
 (0)