Codebase list jd-gui / 758f02e
Prepare JD-GUI 1.6.3, JD-Core 1.0.7 emmanue1 4 years ago
1 changed file(s) with 3 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1414 apply plugin: 'nebula.ospackage'
1515
1616 // Common configuration //
17 rootProject.version='1.6.2'
18 rootProject.ext.set('jdCoreVersion', '1.0.6')
17 rootProject.version='1.6.3'
18 rootProject.ext.set('jdCoreVersion', '1.0.7')
1919 targetCompatibility = '1.8'
2020
2121 allprojects {
3030 }
3131
3232 repositories {
33 mavenCentral()
34 maven {
35 url 'https://raw.github.com/java-decompiler/mvn-repo/master'
36 }
33 jcenter()
3734 }
3835
3936 configurations {