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
+3 -3
View File
@@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.threerings.getdown</groupId>
<groupId>net.affliction</groupId>
<artifactId>getdown</artifactId>
<version>1.8.11-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>getdown-ant</artifactId>
@@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>com.threerings.getdown</groupId>
<groupId>net.affliction</groupId>
<artifactId>getdown-core</artifactId>
<version>${project.version}</version>
</dependency>