Skip to content

Commit

Permalink
Added a test run for 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jun 18, 2024
1 parent cdd3eb1 commit 186e494
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ idea {
programParameters = "run --dist joined --neoform net.neoforged:neoform:1.20.6-20240429.153634@zip --write-result=compiled:build/minecraft.jar --write-result=clientResources:build/client-extra.jar --write-result=sources:build/minecraft-sources.jar"
moduleRef(project, sourceSets.main)
}
"Run Neoform 1.19.2 (joined)"(Application) {
mainClass = mainClassName
programParameters = "run --dist joined --neoform de.oceanlabs.mcp:mcp_config:1.19.2@zip --write-result=compiled:build/minecraft.jar --write-result=clientResources:build/client-extra.jar --write-result=sources:build/minecraft-sources.jar"
moduleRef(project, sourceSets.main)
}
"Run clean-cache"(Application) {
mainClass = mainClassName
programParameters = "clean-cache --verbose"
Expand Down

0 comments on commit 186e494

Please sign in to comment.