Production run tasks (#1241)

* Production run tasks

* Fix

* Add some docs
This commit is contained in:
modmuss
2025-01-02 14:25:32 +00:00
committed by GitHub
parent c46e252643
commit 8b6658c559
9 changed files with 470 additions and 6 deletions

View File

@@ -82,6 +82,10 @@ public class Constants {
*/
public static final String LOCAL_RUNTIME = "localRuntime";
public static final String NAMED_ELEMENTS = "namedElements";
/**
* The configuration that contains the Minecraft client and loader runtime libraries, as used by the production run tasks.
*/
public static final String MINECRAFT_TEST_CLIENT_RUNTIME_LIBRARIES = "minecraftTestClientRuntimeLibraries";
private Configurations() {
}