File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -6,28 +6,28 @@ dependencies {
66 testCompile ' junit:junit:4.12'
77}
88
9- version= ' 1.0.2 '
9+ version= ' 1.0.3 '
1010
1111tasks. withType(JavaCompile ) {
12- sourceCompatibility = targetCompatibility = ' 1.8'
13- options. compilerArgs << ' -Xlint:deprecation'
14- options. compilerArgs << ' -Xlint:unchecked'
15- options. encoding = ' UTF-8'
12+ sourceCompatibility = targetCompatibility = ' 1.8'
13+ options. compilerArgs << ' -Xlint:deprecation'
14+ options. compilerArgs << ' -Xlint:unchecked'
15+ options. encoding = ' UTF-8'
1616}
1717
1818repositories {
19- mavenCentral()
19+ mavenCentral()
2020}
2121
2222jar {
23- manifest {
24- attributes ' JD-Core-Version' : version
25- }
23+ manifest {
24+ attributes ' JD-Core-Version' : version
25+ }
2626}
2727
2828// 'cleanIdea' task extension //
2929cleanIdea. doFirst {
30- delete project. name + ' .iws'
31- delete ' out'
32- followSymlinks = true
30+ delete project. name + ' .iws'
31+ delete ' out'
32+ followSymlinks = true
3333}
You can’t perform that action at this time.
0 commit comments