File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ not run properly on newer versions of the JVM.
21
21
22
22
As soon as you clone the project you should verify that you are able to build and test locally, to do so you need to
23
23
run the ` check ` command of Gradle, you can achieve that using either ` gradlew ` script in the project root (`.
24
- /gradlew check`) or run the same [ gradle task from intellij] (https://www.jetbrains.com/help/idea/work-with-gradle-tasks .
25
- html). If you're default jvm is not version 11, you can run ` gradlew ` passing another java home as follows:
24
+ /gradlew check`) or run the same [ gradle task from intellij] ( https://www.jetbrains.com/help/idea/work-with-gradle-tasks.html ) .
25
+ If you're default jvm is not version 11, you can run ` gradlew ` passing another java home as follows:
26
26
` ./gradlew -Dorg.gradle.java.home=<PATH_TO_JAVA_HOME> build ` .
27
27
28
28
Sometimes IntelliJ will tell you have build errors, especially when moving from one branch to the other. The problem
You can’t perform that action at this time.
0 commit comments