Skip to content

Commit

Permalink
Prepare JD-GUI 1.6.4, JD-Core 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Nov 2, 2019
1 parent 758f02e commit 0b9d892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Java
*.class

# JD
debug*

# JD-GUI
src-generated/
jd-gui.cfg
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ apply plugin: 'edu.sc.seis.launch4j'
apply plugin: 'nebula.ospackage'

// Common configuration //
rootProject.version='1.6.3'
rootProject.ext.set('jdCoreVersion', '1.0.7')
rootProject.version='1.6.4'
rootProject.ext.set('jdCoreVersion', '1.1.1')
targetCompatibility = '1.8'

allprojects {
Expand Down

0 comments on commit 0b9d892

Please sign in to comment.