Skip to content

Commit

Permalink
Tribuo: build both plain Jar and shadowJar (uberjar) with the 'gradle…
Browse files Browse the repository at this point in the history
… build' command
  • Loading branch information
neomatrix369 committed Oct 19, 2020
1 parent 2351286 commit 24f0ed5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/tribuo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ $ mvn clean package
or
$ ./gradlew clean shadowjar --info
$ ./gradlew clean build --info
# build only shadowJar
$ ./gradlew clean shadowJar --info
```

Once the artifact is built, you will see the artifact `target/tribuo-machine-1.0-with-dependencies.jar`, followed by this run this:
Expand Down

0 comments on commit 24f0ed5

Please sign in to comment.