Passes JVM user.language arg to application.. This is important
Hook battery / PR-target hook battery (push) Successful in 11s

This commit is contained in:
Hammer
2026-07-21 15:19:51 -04:00
parent 2e892c4ef4
commit 15b81a210f
34 changed files with 133 additions and 1405 deletions
+22
View File
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="getdown-core" />
<module name="getdown-ant" />
<module name="getdown-launcher" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="getdown-ant" options="-Xlint -Xlint:-serial -Xlint:-path" />
<module name="getdown-core" options="-Xlint -Xlint:-serial -Xlint:-path" />
<module name="getdown-launcher" options="-Xlint -Xlint:-serial -Xlint:-path" />
</option>
</component>
</project>