Emmanuel Bourg pushed to branch master at Debian Java Maintainers / tiles-autotag
Commits: dfb97b26 by Emmanuel Bourg at 2022-05-30T12:47:31+02:00 Fixed the build failure with OpenJDK 17 (Closes: #1011925) - - - - - 2 changed files: - debian/changelog - debian/maven.properties Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +tiles-autotag (1.2-4) unstable; urgency=medium + + * Fixed the build failure with OpenJDK 17 (Closes: #1011925) + + -- Emmanuel Bourg <[email protected]> Mon, 30 May 2022 12:47:24 +0200 + tiles-autotag (1.2-3) unstable; urgency=medium * Team upload. ===================================== debian/maven.properties ===================================== @@ -1,3 +1,5 @@ # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true + +argLine=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED View it on GitLab: https://salsa.debian.org/java-team/tiles-autotag/-/commit/dfb97b2624ac242dcd81f906ef7fe310f521346d -- View it on GitLab: https://salsa.debian.org/java-team/tiles-autotag/-/commit/dfb97b2624ac242dcd81f906ef7fe310f521346d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

