diff --git a/README.md b/README.md index 43b5cde..c2f9fe1 100644 --- a/README.md +++ b/README.md @@ -385,34 +385,36 @@ The bug can thus be identified by the team quickly on our [continuous integratio ## How to compile -### v0.x (from git branch Maintenance/master) +### v1.x (from git branch master) -Built with the latest stable [SBT](https://www.scala-sbt.org/). to compile and publish locally: +Built with the latest [Gradle](https://gradle.org/), to compile and publish locally: ``` -sbt clean publishM2 +./gradlew clean testClasses publishToMavenLocal ``` to run all tests: ``` -sbt test +./gradlew test ``` -### v1.x (from git branch master) -Built with the latest [Gradle](https://gradle.org/), to compile and publish locally: +### v0.x (from git branch Maintenance/master) + +Built with the latest stable [SBT](https://www.scala-sbt.org/). to compile and publish locally: ``` -./gradlew clean testClasses publishToMavenLocal +sbt clean publishM2 ``` to run all tests: ``` -./gradlew test +sbt test ``` + ## How to edit Most project contributors uses neovim, IntelliJ IDEA or visual studio code.