Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 611 Bytes

build_yarn_application_single.adoc

File metadata and controls

37 lines (28 loc) · 611 Bytes

Build the Application

For gradle simply execute the clean and build tasks.

./gradlew clean build

To skip existing tests if any:

./gradlew clean build -x test

For maven simply execute the clean and package goals.

mvn clean package

To skip existing tests if any:

mvn clean package -DskipTests=true

Below listing shows files after a succesfull gradle build.

dist/target/dist-0.1.0.jar