From 1a785f34a7e756fb3afac93651bcfcb0b0a9192d Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 12 Sep 2023 09:22:55 +0200 Subject: [PATCH] Additional profile to allow build in Java 21 https://github.com/palantir/palantir-java-format/pull/909 --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index f94db2331..8b6ce4963 100644 --- a/pom.xml +++ b/pom.xml @@ -598,5 +598,28 @@ under the License. + + + + java21+ + + [21,) + + + + + com.diffplug.spotless + spotless-maven-plugin + + + + 2.36.0 + + + + + + +