Skip to content

Commit 1a08dff

Browse files
committed
Update README again and clean bintray references
1 parent c5aa981 commit 1a08dff

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

librootjava/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ ext {
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

6764
task 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
8076
version = libraryVersion
8177
group = publishedGroupId
8278

librootjavadaemon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Module `build.gradle`:
167167

168168
```
169169
dependencies {
170-
implementation 'eu.chainfire:librootjavadaemon:1.3.3'
170+
implementation 'eu.chainfire.librootjava:librootjavadaemon:1.3.3'
171171
}
172172
```
173173

librootjavadaemon/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

3535
task sourcesJar(type: Jar) {
@@ -72,9 +72,6 @@ ext {
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

8077
task 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
9389
version = libraryVersion
9490
group = publishedGroupId
9591

librootjavadaemon_example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)