Codebase list jd-gui / 40e0960
Update JD-GUI version to 1.5.2 Update JD-Core version to 1.0.3 emmanue1 4 years ago
1 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
44 dependencies {
55 classpath 'com.netflix.nebula:gradle-ospackage-plugin:5.3.0' // RPM & DEB support
66 classpath 'edu.sc.seis.gradle:launch4j:2.4.4'
7 classpath 'net.sf.proguard:proguard-gradle:6.1.0'
7 classpath 'net.sf.proguard:proguard-gradle:6.1.0'
88 }
99 }
1010
1414 apply plugin: 'nebula.ospackage'
1515
1616 // Common configuration //
17 rootProject.version='1.5.1'
18 rootProject.ext.set('jdCoreVersion', '1.0.2')
17 rootProject.version='1.5.2'
18 rootProject.ext.set('jdCoreVersion', '1.0.3')
1919 targetCompatibility = '1.8'
2020
2121 allprojects {
4444
4545 // 'cleanIdea' task extension //
4646 cleanIdea.doFirst {
47 delete project.name + '.iws'
48 delete 'out'
49 followSymlinks = true
47 delete project.name + '.iws'
48 delete 'out'
49 followSymlinks = true
5050 }
5151
5252 // All in one JAR file //