Skip to content

Commit 5c7832c

Browse files
authored
Merge pull request #18 from dai0304/feature/fix-bintray-configuration
Fix bintray configuration
2 parents 012c29b + 8e049c8 commit 5c7832c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ description "Support library for Spring framework, AWS Java SDK and the others."
3838
subprojects {
3939
apply plugin: "java"
4040
apply plugin: "maven"
41+
apply plugin: "maven-publish"
42+
apply plugin: "com.jfrog.bintray"
4143

4244
sourceCompatibility = targetCompatibility = 1.8
4345

@@ -91,7 +93,6 @@ subprojects {
9193

9294

9395
// ======== Publishing =======
94-
apply plugin: 'maven-publish'
9596
publishing {
9697
publications {
9798
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)