mirror of
https://github.com/java-decompiler/jd-gui.git
synced 2024-11-23 04:29:51 +00:00
Prepare JD-GUI 1.6.3, JD-Core 1.0.7
This commit is contained in:
parent
daaf6f67c5
commit
758f02e024
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user