repl.it
linkLevel-10
optional, A-Assertions
, A-Jar
Level-10
optional, A-Assertions
, A-Jar
A-Jar
: JAR File Package the app as an executable JAR file so that it can be distributed easily.
Do not commit the JAR file created. Instead, you can make the JAR file available in the following manner.
v0.1
Attach binaries by dropping them ...
.If you are using Gradle for your project, refer to the Gradle tutorial at the Duke repo (i.e., the repo you forked from) to find how to create a jar file using Gradle.
Use Gradle to automate some of the build tasks of the project. Refer to the Gradle tutorial at the Duke repo (i.e., the repo you forked from) to find how to set up Gradle for your project.