Skip to content

Commit

Permalink
Require a toolchain for 24
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Aug 5, 2024
1 parent f208837 commit 645b7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerVersion>11</compilerVersion>
<annotationProcessorPaths>
<path>
<groupId>com.google.auto.value</groupId>
Expand All @@ -398,7 +397,7 @@
</configuration>
</plugin>
<!-- Include the @BugPattern annotation in the main distribution
so users have only one jar to add to their classpath. -->
so users have only one jar to add to their classpath. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand All @@ -414,7 +413,7 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<!-- Include only dependencies with compatible licenses.
Apache, BSD, and MIT are OK; others are not. -->
Apache, BSD, and MIT are OK; others are not. -->
<includes>
<include>com.github.kevinstern:software-and-algorithms</include>
<include>com.google.errorprone:error_prone_annotation</include>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
<toolchains>
<jdk>
<version>11</version>
<version>24</version>
</jdk>
</toolchains>
</configuration>
Expand Down

0 comments on commit 645b7d4

Please sign in to comment.