From 645b7d40cae29226794ac5723a97459f5c97b4a6 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Mon, 5 Aug 2024 08:00:30 -0700 Subject: [PATCH] Require a toolchain for 24 --- core/pom.xml | 5 ++--- pom.xml | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 51db9255122..41f23273342 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -382,7 +382,6 @@ org.apache.maven.plugins maven-compiler-plugin - 11 com.google.auto.value @@ -398,7 +397,7 @@ + so users have only one jar to add to their classpath. --> org.apache.maven.plugins maven-shade-plugin @@ -414,7 +413,7 @@ false + Apache, BSD, and MIT are OK; others are not. --> com.github.kevinstern:software-and-algorithms com.google.errorprone:error_prone_annotation diff --git a/pom.xml b/pom.xml index 4accbdd84aa..2992590fe2c 100644 --- a/pom.xml +++ b/pom.xml @@ -272,6 +272,7 @@ 11 + 24