Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 822 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 822 Bytes

Java Testing boilerplate

This is a boilerplate ready to start working on programming good practices.

Properties

Java version: 21

Gradle version: 8.11

Build project:

  • ./gradlew build

    ⚠️ ⚠️ Build will fail because of tests, this is done in purpose, have a look at them!

Adjust intelliJ:

  • Adjust project seetings in File > Project Structure > Project
  • Adjust gradle in Preferences > Gradle > Gradle JVM

  • Get Java version:

    • java --version
  • Update Java version:

    • Download the JDK (version 21 right now)