- Notifications
You must be signed in to change notification settings - Fork39
CodelyTV/java-basic-skeleton
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
⚡ Start your Java projects as fast as possible
This is a repository intended to serve as a starting point if you want to bootstrap a Java project with JUnit and Gradle.
- Install Java:
brew install correttoor download ithere - Set it as your default JVM:
export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-$JAVA_VERSION$.jdk/Contents/Home' - Clone this repository:
git clone https://github.com/CodelyTV/java-basic-skeleton. - Execute someGradle lifecycle tasks in order to check everything is OK:
- Createthe project JAR:
make build - Run the tests and plugins verification tasks:
make test
- Createthe project JAR:
- Start developing!
- Gradle (current version: 8.9 -releases):
./gradlew wrapper --gradle-version=8.9 --distribution-type=binor modifying thegradle-wrapper.properties - JUnit (current version: 5.8.2 -releases):
build.gradle:14
About
☕🚀 Java Bootstrap: Skeleton for your new projects
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.