Skip to content

Commit 7147398

Browse files
UndinSpace Team
authored and
Space Team
committed
Properly set up JDK for Qodana check
Previously, Qodana check failed because JDK for the project wasn't set correctly as a result, the corresponding TC configuration failed https://www.jetbrains.com/help/qodana/configure-jdk.html
1 parent 2d11b30 commit 7147398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qodana.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 1.0
22
profile:
33
path: qodana.profile.yaml
44

5+
projectJDK: "17"
56
# Trigger Gradle here to evaluate `setting.gradle.kts` and load `secret.properties` CI.
67
# Otherwise, Qodana shows `Invalid property key` warnings
78
bootstrap: ./gradlew

0 commit comments

Comments
 (0)