Files
snakeyaml-engine/snakeyaml-engine-module-info.patch

17 lines
967 B
Diff
Raw Permalink Normal View History

--- snakeyaml-snakeyaml-engine-204c3915817e/pom.xml 2023-08-26 11:47:42.000000000 +0200
+++ snakeyaml-snakeyaml-engine-204c3915817e/pom.xml 2024-09-05 18:05:07.509643349 +0200
@@ -125,11 +125,11 @@
<id>module-info-compile</id>
<goals><goal>compile</goal></goals>
<configuration>
- <release>11</release>
+ <release>9</release>
<compileSourceRoots>${project.basedir}/src/main/java11</compileSourceRoots>
<multiReleaseOutput>true</multiReleaseOutput>
<jdkToolchain>
- <version>[11,)</version>
+ <version>[9,)</version>
</jdkToolchain>
</configuration>
</execution>