Skip to content

Commit 4e1300e

Browse files
author
emmanue1
committed
Prepare version 1.0.3
1 parent 9943bc9 commit 4e1300e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

1111
tasks.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

1818
repositories {
19-
mavenCentral()
19+
mavenCentral()
2020
}
2121

2222
jar {
23-
manifest {
24-
attributes 'JD-Core-Version': version
25-
}
23+
manifest {
24+
attributes 'JD-Core-Version': version
25+
}
2626
}
2727

2828
// 'cleanIdea' task extension //
2929
cleanIdea.doFirst {
30-
delete project.name + '.iws'
31-
delete 'out'
32-
followSymlinks = true
30+
delete project.name + '.iws'
31+
delete 'out'
32+
followSymlinks = true
3333
}

0 commit comments

Comments
 (0)