We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4d6fd commit 2c6de62Copy full SHA for 2c6de62
1 file changed
build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
testCompile 'junit:junit:4.12'
9
}
10
11
-version='1.0.6'
+version='1.0.7'
12
13
tasks.withType(JavaCompile) {
14
sourceCompatibility = targetCompatibility = '1.8'
@@ -36,7 +36,7 @@ jar {
36
37
38
39
-// Publication to JFrog Bintray Maven repository
+// Publication to JCenter Maven repository
40
task sourceJar(type: Jar) {
41
classifier 'sources'
42
from sourceSets.main.allJava
0 commit comments