File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ apply plugin: 'maven'
44
55def siteUrl = ' https://github.com/smartdevicelink/sdl_java_suite' // Homepage URL of the library
66def gitUrl = ' https://github.com/smartdevicelink/sdl_java_suite.git' // Git repository URL
7- group = " com.smartdevicelink" // Maven Group ID for the artifact
87def libDescription = ' SmartDeviceLink mobile library'
98def libVersion = new File (projectDir. path, (' /../VERSION' )). text. trim()
109
@@ -37,7 +36,7 @@ bintray {
3736
3837 pkg {
3938 repo = props. getProperty(" bintray.repo" )
40- name = props. getProperty(" bintray.artifact " )
39+ name = props. getProperty(" bintray.package " )
4140 websiteUrl = siteUrl
4241 vcsUrl = gitUrl
4342 userOrg = props. getProperty(" bintray.userorg" )
@@ -82,7 +81,7 @@ publishing {
8281 artifact javadocJar {
8382 classifier " javadoc"
8483 }
85- groupId props. getProperty(" bintray.userorg " )
84+ groupId props. getProperty(" bintray.group " )
8685 artifactId props. getProperty(" bintray.artifact" )
8786 version libVersion
8887 pom. withXml {
Original file line number Diff line number Diff line change 11bintray.user =username
22bintray.key =apikey
3+ bintray.userorg =smartdevicelink
34bintray.repo =sdl_java_ee
5+ bintray.package =sdl_javaee
6+ bintray.group =com.smartdevicelink
47bintray.artifact =sdl_java_ee
5- bintray.userorg =smartdevicelink
68bintray.publish =true
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ apply plugin: 'maven'
44
55def siteUrl = ' https://github.com/smartdevicelink/sdl_java_suite' // Homepage URL of the library
66def gitUrl = ' https://github.com/smartdevicelink/sdl_java_suite.git' // Git repository URL
7- group = " com.smartdevicelink" // Maven Group ID for the artifact
87def libDescription = ' SmartDeviceLink mobile library'
98def libVersion = new File (projectDir. path, (' /../VERSION' )). text. trim()
109
@@ -37,7 +36,7 @@ bintray {
3736
3837 pkg {
3938 repo = props. getProperty(" bintray.repo" )
40- name = props. getProperty(" bintray.artifact " )
39+ name = props. getProperty(" bintray.package " )
4140 websiteUrl = siteUrl
4241 vcsUrl = gitUrl
4342 userOrg = props. getProperty(" bintray.userorg" )
@@ -82,7 +81,7 @@ publishing {
8281 artifact javadocJar {
8382 classifier " javadoc"
8483 }
85- groupId props. getProperty(" bintray.userorg " )
84+ groupId props. getProperty(" bintray.group " )
8685 artifactId props. getProperty(" bintray.artifact" )
8786 version libVersion
8887 pom. withXml {
Original file line number Diff line number Diff line change 11bintray.user =username
22bintray.key =apikey
3+ bintray.userorg =smartdevicelink
34bintray.repo =sdl_java_se
5+ bintray.package =sdl_javase
6+ bintray.group =com.smartdevicelink
47bintray.artifact =sdl_java_se
5- bintray.userorg =smartdevicelink
68bintray.publish =true
You can’t perform that action at this time.
0 commit comments