Skip to content

540/java-testing-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Java testing boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages