Skip to content

Commit

Permalink
Merge pull request #16137 from gsmet/fix-gradle-tests-java-8
Browse files Browse the repository at this point in the history
Fix Gradle test not using Java 8
  • Loading branch information
glefloch authored Mar 31, 2021
2 parents 9d36ef7 + a084d97 commit 1fe4ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
val quarkusPlatformArtifactId: String by project
val quarkusPlatformVersion: String by project

val javaVersion = "11"
val javaVersion = "8"

dependencies {
"implementation"(enforcedPlatform("$quarkusPlatformGroupId:$quarkusPlatformArtifactId:$quarkusPlatformVersion"))
Expand Down

0 comments on commit 1fe4ba7

Please sign in to comment.