You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@ And re-run this script to create new entity classes that include your changes.
163
163
### How to release new version
164
164
165
165
```bash
166
-
./gradlew clean uploadArchives
167
-
mvn deploy -Dmaven.test.skip=true
166
+
./gradlew clean uploadArchives // This will publish new version of library
167
+
mvn deploy -Dmaven.test.skip=true // This will publish new version of plugin
168
168
```
169
+
After run above commands successfully, please go through [this release process](https://central.sonatype.org/publish/release/#close-and-drop-or-release-your-staging-repository) if it is your first time.
0 commit comments