Skip to content

Commit

Permalink
Try fixing CI with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchae committed Feb 24, 2024
1 parent e05bbd5 commit 9f2c416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inngest-test-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
}

// Apply a specific Java toolchain to ease working on different environments.
java { toolchain { languageVersion.set(JavaLanguageVersion.of(20)) } }
java { toolchain { languageVersion.set(JavaLanguageVersion.of(17)) } }

application {
// Define the main class for the application.
Expand Down

0 comments on commit 9f2c416

Please sign in to comment.