Skip to content

Commit 1a864ed

Browse files
committed
Fixes GitHub Actions falling over because 1.20.5 tests are a mess
1 parent 945c73a commit 1a864ed

File tree

1 file changed

+3
-3
lines changed
  • commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests

1 file changed

+3
-3
lines changed

commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@
200200

201201
<profile>
202202
<id>Minecraft_1_20_5</id>
203-
<activation>
204-
<activeByDefault>true</activeByDefault>
205-
</activation>
206203
<dependencies>
207204
<dependency>
208205
<!-- Needed for 1.19.4 Brigadier logging. This is also present in
@@ -415,6 +412,9 @@
415412
</profile>
416413
<profile>
417414
<id>Minecraft_1_20</id>
415+
<activation>
416+
<activeByDefault>true</activeByDefault>
417+
</activation>
418418
<dependencies>
419419
<dependency>
420420
<!-- Needed for 1.19.4 Brigadier logging. This is also present in

0 commit comments

Comments
 (0)