This repository was archived by the owner on Dec 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
1919}
2020
2121group ' com.github.shalousun'
22- version ' 2.1.1 '
22+ version ' 2.1.2-release '
2323
2424sourceCompatibility = 1.8
2525
@@ -31,7 +31,7 @@ repositories {
3131
3232dependencies {
3333 testCompile group : ' junit' , name : ' junit' , version : ' 4.13.1'
34- compile ' com.github.shalousun:smart-doc:2.1.1 '
34+ compile ' com.github.shalousun:smart-doc:2.1.2 '
3535}
3636tasks. withType(JavaCompile ) {
3737 options. encoding = " UTF-8"
Original file line number Diff line number Diff line change 1- # message
2- ossrhUsername =12345
3- ossrhPassword =12345
1+ NEXUS_USERNAME = shalousun
2+ NEXUS_PASSWORD = Chensanyan@5201314
3+ SONATYPE_NEXUS_USERNAME =shalousun
4+ SONATYPE_NEXUS_PASSWORD =Chensanyan@5201314
5+ sonatypeUsername =shalousun
6+ sonatypePassword =Chensanyan@5201314
7+ ossrhUsername =shalousun
8+ ossrhPassword =Chensanyan@5201314
9+ signing.keyId = 51192AE5
10+ signing.password = yusun4123456
11+ signing.secretKeyRingFile = C:/Users/yu/secret.gpg
12+ gradle.publish.key =v8NGQLy3byz5PnIjJFX9yI6NhiNv7LZl
13+ gradle.publish.secret =QL1FZ59mIltqjDVKMR0VkzaUHdxFyK22
You can’t perform that action at this time.
0 commit comments