Skip to content

Commit 758f02e

Browse files
author
emmanue1
committed
Prepare JD-GUI 1.6.3, JD-Core 1.0.7
1 parent daaf6f6 commit 758f02e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ apply plugin: 'edu.sc.seis.launch4j'
1515
apply plugin: 'nebula.ospackage'
1616

1717
// Common configuration //
18-
rootProject.version='1.6.2'
19-
rootProject.ext.set('jdCoreVersion', '1.0.6')
18+
rootProject.version='1.6.3'
19+
rootProject.ext.set('jdCoreVersion', '1.0.7')
2020
targetCompatibility = '1.8'
2121

2222
allprojects {
@@ -31,10 +31,7 @@ allprojects {
3131
}
3232

3333
repositories {
34-
mavenCentral()
35-
maven {
36-
url 'https://raw.github.com/java-decompiler/mvn-repo/master'
37-
}
34+
jcenter()
3835
}
3936

4037
configurations {

0 commit comments

Comments
 (0)