This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new a42e96e SLING-12305 - Build fails on Java 21 due to invoker plug-in:
Unsupported class file major version 65 (#84)
a42e96e is described below
commit a42e96e55ba5bbfda7ccaef15ad6bd8c1c311aa6
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Apr 25 10:22:36 2024 +0200
SLING-12305 - Build fails on Java 21 due to invoker plug-in: Unsupported
class file major version 65 (#84)
Update to a more recent version of the invoker-maven-plugin, which depends
on a version of Groovy
with Java 21 support.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 1172d97..313e3f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
+ <version>3.6.1</version>
<configuration>
<debug>true</debug>
<projectsDirectory>src/it</projectsDirectory>