File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ buildscript {
22 ext {
33 springBootVersion = ' 2.0.2.RELEASE'
44 bintrayPluginVersion = ' 1.7.3'
5+ bintrayUsername = bintrayUser
6+ bintrayKey = bintrayApiKey
57 }
68 repositories {
79 mavenCentral()
@@ -44,13 +46,10 @@ jar {
4446 version = " ${ project.version} "
4547}
4648
47- ext. bintrayUsername = bintrayUser
48- ext. bintrayKey = bintrayApiKey
49-
5049bintray {
5150 user = " $bintrayUsername "
5251 key = " $bintrayKey "
53- publication = [' MyPublication' ]
52+ publications = [' MyPublication' ]
5453 configurations = [' archives' ]
5554 pkg {
5655 repo = ' sinwe-maven'
@@ -63,7 +62,7 @@ bintray {
6362}
6463
6564publishing {
66- publication {
65+ publications {
6766 MyPublication (MavenPublication ) {
6867 from components. java
6968 groupId " ${ project.group} "
You can’t perform that action at this time.
0 commit comments