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 59
59
licenseName = ' The Apache Software License, Version 2.0'
60
60
licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
61
61
allLicenses = [" Apache-2.0" ]
62
-
63
- bintrayRepo = ' maven'
64
- bintrayName = artifact
65
62
}
66
63
67
64
task installMavenLocal (type : Upload ) {
@@ -76,7 +73,6 @@ task installMavenLocal(type: Upload) {
76
73
}
77
74
}
78
75
79
- // Workaround bintray bug ignoring these from pom and bintray settings
80
76
version = libraryVersion
81
77
group = publishedGroupId
82
78
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Module `build.gradle`:
167
167
168
168
```
169
169
dependencies {
170
- implementation 'eu.chainfire:librootjavadaemon:1.3.3'
170
+ implementation 'eu.chainfire.librootjava :librootjavadaemon:1.3.3'
171
171
}
172
172
```
173
173
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ dependencies {
28
28
/* Use local Maven repository version, installed by installMavenLocal Gradle task */
29
29
// implementation('eu.chainfire:librootjava:1.3.3-SNAPSHOT') { changing = true }
30
30
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'
33
33
}
34
34
35
35
task sourcesJar (type : Jar ) {
72
72
licenseName = ' The Apache Software License, Version 2.0'
73
73
licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
74
74
allLicenses = [" Apache-2.0" ]
75
-
76
- bintrayRepo = ' maven'
77
- bintrayName = artifact
78
75
}
79
76
80
77
task installMavenLocal (type : Upload ) {
@@ -89,7 +86,6 @@ task installMavenLocal(type: Upload) {
89
86
}
90
87
}
91
88
92
- // Workaround bintray bug ignoring these from pom and bintray settings
93
89
version = libraryVersion
94
90
group = publishedGroupId
95
91
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ dependencies {
41
41
42
42
/* Use jitpack version */
43
43
implementation ' eu.chainfire:librootjava:1.3.3'
44
- implementation ' eu.chainfire:librootjavadaemon:1.3.3'
44
+ implementation ' eu.chainfire.librootjava :librootjavadaemon:1.3.3'
45
45
}
You can’t perform that action at this time.
0 commit comments