Codebase list jd-gui / 0b9d892
Prepare JD-GUI 1.6.4, JD-Core 1.1.1 emmanue1 4 years ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 # Java
11 *.class
2
3 # JD
4 debug*
25
36 # JD-GUI
47 src-generated/
1414 apply plugin: 'nebula.ospackage'
1515
1616 // Common configuration //
17 rootProject.version='1.6.3'
18 rootProject.ext.set('jdCoreVersion', '1.0.7')
17 rootProject.version='1.6.4'
18 rootProject.ext.set('jdCoreVersion', '1.1.1')
1919 targetCompatibility = '1.8'
2020
2121 allprojects {