Skip to content

Commit 649cecb

Browse files
Add menu for release.
1 parent 7b4a158 commit 649cecb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

gradle.properties

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
33
version=0.0.2-SNAPSHOT
44
netbeans.license=apache20
55

6-
action.custom-1=buildBootableJar
7-
action.custom-1.args=--configure-on-demand -w -x check -x test -Prelease build
6+
action.custom-1=releaseNewVersion
7+
action.custom-1.args=--configure-on-demand -w -Prelease release
8+
action.custom-2=testBuildRelease
9+
action.custom-2.args=--configure-on-demand -w -Prelease clean check jacocoTestReport
10+
action.custom-3=asciidoctor
11+
action.custom-3.args=--configure-on-demand -w -x check asciidoctor
12+
action.custom-4=buildBootableJar
13+
action.custom-4.args=--configure-on-demand -w -x check -x test -Prelease build

0 commit comments

Comments
 (0)