Skip to content

Commit 40e0960

Browse files
author
emmanue1
committed
Update JD-GUI version to 1.5.2
Update JD-Core version to 1.0.3
1 parent 26d78cb commit 40e0960

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
dependencies {
66
classpath 'com.netflix.nebula:gradle-ospackage-plugin:5.3.0' // RPM & DEB support
77
classpath 'edu.sc.seis.gradle:launch4j:2.4.4'
8-
classpath 'net.sf.proguard:proguard-gradle:6.1.0'
8+
classpath 'net.sf.proguard:proguard-gradle:6.1.0'
99
}
1010
}
1111

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

1717
// Common configuration //
18-
rootProject.version='1.5.1'
19-
rootProject.ext.set('jdCoreVersion', '1.0.2')
18+
rootProject.version='1.5.2'
19+
rootProject.ext.set('jdCoreVersion', '1.0.3')
2020
targetCompatibility = '1.8'
2121

2222
allprojects {
@@ -45,9 +45,9 @@ allprojects {
4545

4646
// 'cleanIdea' task extension //
4747
cleanIdea.doFirst {
48-
delete project.name + '.iws'
49-
delete 'out'
50-
followSymlinks = true
48+
delete project.name + '.iws'
49+
delete 'out'
50+
followSymlinks = true
5151
}
5252

5353
// All in one JAR file //

0 commit comments

Comments
 (0)