โก 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 project in Java with JUnit and Gradle
- Install Java:
brew cask install java - Clone this repository:
git clone https://github.com/CodelyTV/java-bootstrap. - Execute some Gradle lifecycle tasks in order to check everything is OK:
- Create the project JAR and other project artifacts:
./gradlew assemble --warning-mode all - Run the tests and plugins verification tasks:
./gradlew check --warning-mode all
- Create the project JAR and other project artifacts:
- Start developing!
- Gradle (current version: 5.1.1 - releases):
./gradlew wrapper --gradle-version=5.1.1 --distribution-type=binor modifying the gradle-wrapper.properties - JUnit (current version: 5.3.2 - releases):
build.gradle:11
- โ Java
- ๐ PHP
- ๐ฎ Scala
- ๐ฎโก Scala g8 template
