File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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'
1515apply 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 ' )
2020targetCompatibility = ' 1.8'
2121
2222allprojects {
@@ -45,9 +45,9 @@ allprojects {
4545
4646// 'cleanIdea' task extension //
4747cleanIdea. 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 //
You can’t perform that action at this time.
0 commit comments