Prepare JD-GUI 1.6.3, JD-Core 1.0.7

This commit is contained in:
emmanue1 2019-07-13 23:39:48 +02:00
parent daaf6f67c5
commit 758f02e024

View File

@ -15,8 +15,8 @@ apply plugin: 'edu.sc.seis.launch4j'
apply plugin: 'nebula.ospackage'
// Common configuration //
rootProject.version='1.6.2'
rootProject.ext.set('jdCoreVersion', '1.0.6')
rootProject.version='1.6.3'
rootProject.ext.set('jdCoreVersion', '1.0.7')
targetCompatibility = '1.8'
allprojects {
@ -31,10 +31,7 @@ allprojects {
}
repositories {
mavenCentral()
maven {
url 'https://raw.github.com/java-decompiler/mvn-repo/master'
}
jcenter()
}
configurations {