Skip to content
Snippets Groups Projects
Commit c258c208 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Fixed the build failure with Java 17 (Closes: #1012102)

parent 9c6bf37a
No related branches found
No related tags found
No related merge requests found
groovycsv (1.3-3) UNRELEASED; urgency=medium
* Fixed the build failure with Java 17 (Closes: #1012102)
* Standards-Version updated to 4.6.2
* Switch to debhelper level 13
......
Description: Fixes the build failure with OpenJDK 17
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -42,6 +42,10 @@
}
}
+test {
+ jvmArgs '--add-opens', 'java.base/java.lang=ALL-UNNAMED'
+}
+
task groovydocJar(type: Jar, dependsOn: groovydoc) {
classifier = 'javadoc'
from 'build/docs/groovydoc'
enable-tests.patch
migrate-to-opencsv-v5.patch
java17-compatibility.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment