Skip to content

Commit

Permalink
Fix Gradle test not using Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Mar 31, 2021
1 parent a3a6f42 commit a084d97
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 a084d97

Please sign in to comment.