Skip to content

Commit

Permalink
Update JD-GUI version to 1.5.2
Browse files Browse the repository at this point in the history
Update JD-Core version to 1.0.3
  • Loading branch information
emmanue1 committed Jun 2, 2019
1 parent 26d78cb commit 40e0960
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
dependencies {
classpath 'com.netflix.nebula:gradle-ospackage-plugin:5.3.0' // RPM & DEB support
classpath 'edu.sc.seis.gradle:launch4j:2.4.4'
classpath 'net.sf.proguard:proguard-gradle:6.1.0'
classpath 'net.sf.proguard:proguard-gradle:6.1.0'
}
}

Expand All @@ -15,8 +15,8 @@ apply plugin: 'edu.sc.seis.launch4j'
apply plugin: 'nebula.ospackage'

// Common configuration //
rootProject.version='1.5.1'
rootProject.ext.set('jdCoreVersion', '1.0.2')
rootProject.version='1.5.2'
rootProject.ext.set('jdCoreVersion', '1.0.3')
targetCompatibility = '1.8'

allprojects {
Expand Down Expand Up @@ -45,9 +45,9 @@ allprojects {

// 'cleanIdea' task extension //
cleanIdea.doFirst {
delete project.name + '.iws'
delete 'out'
followSymlinks = true
delete project.name + '.iws'
delete 'out'
followSymlinks = true
}

// All in one JAR file //
Expand Down

0 comments on commit 40e0960

Please sign in to comment.