iP:
A-MoreOOPLevel-8, Level-9, A-JavaDoctP:
v1.0)A-MoreOOPLevel-8, Level-9, A-JavaDocCreate a new jar file
java -version command to confirm the terminal is using Java 17../gradlew clean shadowJar command to create the JAR file.Do the following smoke tests to ensure the jar file works (reason: a similar flow will be used when grading your iP).
java -jar "JAR_FILE_NAME" command.Create a new release on GitHub (e.g., v0.2) and upload the JAR file.
v1.0)v1.0).