Quotes Language: Englisch
- Java 11
- Gradle 8.1
- Umlaut encoding is a problem on different mchines
- With Windows git should be configured so that CRLFs is executed in the right way: git config --global core.autocrlf true
- clone repository
- import project into IDE
- call
./gradlew
orgradlew.bat
in your console - run Unit Tests in IDE (All should be green)
- In github using github-Actions