Skip to content

Commit

Permalink
Update blaze build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 22, 2025
1 parent c4be1e5 commit 66f4c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .blaze/blaze.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class blaze extends PublicBlaze {

@Override
protected int minimumSupportedJavaVersion() {
// we want to release with Java 17
return 17;
// we want to release with Java 11 (which ignores template17 tests, which also ruin the build order)
return 11;
}

@Override
Expand Down

0 comments on commit 66f4c76

Please sign in to comment.