Skip to content

Commit 98aefff

Browse files
committed
release 2.0.1
1 parent bd7566a commit 98aefff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.github.shalousun'
22-
version '2.0.0-release'
22+
version '2.0.1'
2323

2424
sourceCompatibility = 1.8
2525

@@ -31,19 +31,19 @@ repositories {
3131

3232
dependencies {
3333
testCompile group: 'junit', name: 'junit', version: '4.13.1'
34-
compile 'com.github.shalousun:smart-doc:2.0.0'
34+
compile 'com.github.shalousun:smart-doc:2.0.1'
3535
}
3636
tasks.withType(JavaCompile) {
3737
options.encoding = "UTF-8"
3838
}
3939

4040
task javadocJar(type: Jar) {
41-
archiveClassifier= "javadoc"
41+
classifier= "javadoc"
4242
from javadoc
4343
}
4444

4545
task sourcesJar(type: Jar) {
46-
archiveClassifier = 'sources'
46+
classifier = 'sources'
4747
from sourceSets.main.allSource
4848
}
4949

0 commit comments

Comments
 (0)