Skip to content

Commit

Permalink
Fix CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Mar 5, 2024
1 parent bb29419 commit 55897f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/jobs/GradleCheckJob.pkl
Expand Up @@ -22,7 +22,7 @@ javaVersion: "11.0"|"17.0"
steps {
new Config.RunStep {
name = "gradle check"
command = "./gradlew \(module.gradleArgs) check"
command = "./gradlew \(module.gradleArgs) check -DPKL_JVM_VERSION=\(javaVersion.dropLast(2))"
}
}

Expand Down

0 comments on commit 55897f7

Please sign in to comment.