Skip to content

nicokosi/java-for-katas

Repository files navigation

Java for katas Build Status

A basic Java setup for code katas.

Usage

Pre-requisites:

  • Java Development Kit 21 minimum (SDKMAN! can be used for JDK installation)
  • Integrated Development Environment compatible with this JDK version (for instance, IntelliJ IDEA)

Either use your favorite IDE with Gradle integration (for instance, IntelliJ IDEA) or run:

./gradlew test

Suggested katas

But there are many other ones! 🙂

Development tasks

Upgrade the dependencies

./gradlew useLatestVersions

Upgrade the build system

Check the current version in the Gradle documentation and run the following command with the correct value for GRADLE_VERSION:

export GRADLE_VERSION="x.y" \
  ./gradlew wrapper --gradle-version $GRADLE_VERSION

About

🛠️ A basic Java project with test libraries for katas

Topics

Resources

License

Stars

Watchers

Forks

Languages