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 daaf6f6 commit 758f02eCopy full SHA for 758f02e
build.gradle
@@ -15,8 +15,8 @@ apply plugin: 'edu.sc.seis.launch4j'
15
apply plugin: 'nebula.ospackage'
16
17
// Common configuration //
18
-rootProject.version='1.6.2'
19
-rootProject.ext.set('jdCoreVersion', '1.0.6')
+rootProject.version='1.6.3'
+rootProject.ext.set('jdCoreVersion', '1.0.7')
20
targetCompatibility = '1.8'
21
22
allprojects {
@@ -31,10 +31,7 @@ allprojects {
31
}
32
33
repositories {
34
- mavenCentral()
35
- maven {
36
- url 'https://raw.github.com/java-decompiler/mvn-repo/master'
37
- }
+ jcenter()
38
39
40
configurations {
0 commit comments