We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1eab66 commit 5491d89Copy full SHA for 5491d89
build.gradle
@@ -152,7 +152,7 @@ task releaseBuild {
152
'checkLastVersionValue',
153
'clean',
154
'build',
155
- 'publish',
+ 'publishToSonatype',
156
'asciidoctor',
157
'gitPublishPush'
158
)
gradle.properties
@@ -1,5 +1,5 @@
1
version=1.2.3-SNAPSHOT
2
-lastVersion=1.2.2
+lastVersion=1.2.3
3
4
asciidoctorjVersion=2.2.0
5
0 commit comments