Skip to content

Commit 7d42226

Browse files
committed
Add new gradle macro
1 parent 0c102a3 commit 7d42226

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

run_the_application_with_gradle.adoc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
:link_attrs:
2+
3+
ifndef::module[:module: service]
4+
5+
== Run the {module}
6+
Run your {module} at the command line:
7+
8+
----
9+
./gradlew clean build && java -jar build/libs/{project_id}-0.1.0.jar
10+
----

0 commit comments

Comments
 (0)