A sample template for creating standalone Java applications.
Go to file
Matej Pacan 81ae149408
Update README.md
2022-02-14 10:04:12 +01:00
src/main/java/org/mineacademy/mavenprogram Initial commit 2022-02-05 17:07:12 +01:00
.gitattributes Initial commit 2022-02-05 17:07:12 +01:00
.gitignore Initial commit 2022-02-05 17:07:12 +01:00
README.md Update README.md 2022-02-14 10:04:12 +01:00
pom.xml Initial commit 2022-02-05 17:07:12 +01:00

README.md

Do you want to learn Java and code highly-customized Minecraft plugins in 20 days (even if you've never coded before)?

MavenProgram

A sample template for creating standalone Java programs.

By default we compile for Java 8, which can easily be changed in the sample pom.xml to any Java version, including the latest one.