File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
librootjavadaemon_example Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 5959 licenseName = ' The Apache Software License, Version 2.0'
6060 licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
6161 allLicenses = [" Apache-2.0" ]
62-
63- bintrayRepo = ' maven'
64- bintrayName = artifact
6562}
6663
6764task installMavenLocal (type : Upload ) {
@@ -76,7 +73,6 @@ task installMavenLocal(type: Upload) {
7673 }
7774}
7875
79- // Workaround bintray bug ignoring these from pom and bintray settings
8076version = libraryVersion
8177group = publishedGroupId
8278
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Module `build.gradle`:
167167
168168```
169169dependencies {
170- implementation 'eu.chainfire:librootjavadaemon:1.3.3'
170+ implementation 'eu.chainfire.librootjava :librootjavadaemon:1.3.3'
171171}
172172```
173173
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ dependencies {
2828 /* Use local Maven repository version, installed by installMavenLocal Gradle task */
2929 // implementation('eu.chainfire:librootjava:1.3.3-SNAPSHOT') { changing = true }
3030
31- /* Use bintray/jcenter version */
32- implementation ' eu.chainfire:librootjava:1.3.3'
31+ /* Use jitpack version */
32+ implementation ' eu.chainfire.librootjava :librootjava:1.3.3'
3333}
3434
3535task sourcesJar (type : Jar ) {
7272 licenseName = ' The Apache Software License, Version 2.0'
7373 licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
7474 allLicenses = [" Apache-2.0" ]
75-
76- bintrayRepo = ' maven'
77- bintrayName = artifact
7875}
7976
8077task installMavenLocal (type : Upload ) {
@@ -89,7 +86,6 @@ task installMavenLocal(type: Upload) {
8986 }
9087}
9188
92- // Workaround bintray bug ignoring these from pom and bintray settings
9389version = libraryVersion
9490group = publishedGroupId
9591
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ dependencies {
4141
4242 /* Use jitpack version */
4343 implementation ' eu.chainfire:librootjava:1.3.3'
44- implementation ' eu.chainfire:librootjavadaemon:1.3.3'
44+ implementation ' eu.chainfire.librootjava :librootjavadaemon:1.3.3'
4545}
You can’t perform that action at this time.
0 commit comments