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 {
5
5
dependencies {
6
6
classpath ' com.netflix.nebula:gradle-ospackage-plugin:5.3.0' // RPM & DEB support
7
7
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'
9
9
}
10
10
}
11
11
@@ -15,8 +15,8 @@ apply plugin: 'edu.sc.seis.launch4j'
15
15
apply plugin : ' nebula.ospackage'
16
16
17
17
// 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 ' )
20
20
targetCompatibility = ' 1.8'
21
21
22
22
allprojects {
@@ -45,9 +45,9 @@ allprojects {
45
45
46
46
// 'cleanIdea' task extension //
47
47
cleanIdea. doFirst {
48
- delete project. name + ' .iws'
49
- delete ' out'
50
- followSymlinks = true
48
+ delete project. name + ' .iws'
49
+ delete ' out'
50
+ followSymlinks = true
51
51
}
52
52
53
53
// All in one JAR file //
You can’t perform that action at this time.
0 commit comments