NX01: Run maven enforcer only once at start of build

This commit is contained in:
Willem Cazander 2026-01-30 10:39:11 +01:00
parent 0a5f647450
commit 7bd88128a0
2 changed files with 8 additions and 0 deletions

View file

@ -13,5 +13,11 @@
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-poop-scripts</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -369,6 +369,8 @@
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-poop-scripts</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>