We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758f02e commit 0b9d892Copy full SHA for 0b9d892
.gitignore
@@ -1,6 +1,9 @@
1
# Java
2
*.class
3
4
+# JD
5
+debug*
6
+
7
# JD-GUI
8
src-generated/
9
jd-gui.cfg
build.gradle
@@ -15,8 +15,8 @@ apply plugin: 'edu.sc.seis.launch4j'
15
apply plugin: 'nebula.ospackage'
16
17
// Common configuration //
18
-rootProject.version='1.6.3'
19
-rootProject.ext.set('jdCoreVersion', '1.0.7')
+rootProject.version='1.6.4'
+rootProject.ext.set('jdCoreVersion', '1.1.1')
20
targetCompatibility = '1.8'
21
22
allprojects {
0 commit comments