Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 2930299

Browse files
authored
Merge pull request #25 from shalousun/master
feat: release 3.1.2
2 parents f59211e + aad1625 commit 2930299

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ gradle publish
185185
### Publish to Gradle Plugin Portal
186186
publish to https://plugins.gradle.org/
187187
```groovy
188-
gradlew publishPlugins
188+
gradlew publishPlugins -PskipSigning
189+
// or
190+
make publishToPortal
189191
```
190192
## Other reference
191193
- [Smart-doc manual](https://smart-doc-group.github.io)

build.gradle

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

2121
group 'com.ly.smart-doc'
22-
version '3.1.1'
22+
version '3.1.2'
2323

2424
sourceCompatibility = 1.8
2525

@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
33-
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.1.1'
33+
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.1.2'
3434
}
3535
tasks.withType(JavaCompile) {
3636
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)