Skip to content

Commit

Permalink
Dogfood on Java 17 min
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Dec 27, 2024
1 parent a08a043 commit c30813c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class JctDogfoodTest {
.resolve("classes");

@DisplayName("JCT can compile itself as a legacy module source")
@JavacCompilerTest(minVersion = 11, configurers = JctCompilationConfigurer.class)
@JavacCompilerTest(minVersion = 17, configurers = JctCompilationConfigurer.class)
void jctCanCompileItselfAsLegacyModule(JctCompiler compiler) throws IOException {
// Given
try (var workspace = Workspaces.newWorkspace()) {
Expand Down

0 comments on commit c30813c

Please sign in to comment.