File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/groovy/net/minecraftforge/forgedev/tasks/obfuscation Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ gradle.beforeProject { Project project ->
2020
2121// @formatter:off
2222dependencyResolutionManagement. versionCatalogs. register(' libs' ) {
23- version ' gradleutils' , ' 3.3.32 '
23+ version ' gradleutils' , ' 3.3.34 '
2424
2525 plugin ' licenser' , ' net.minecraftforge.licenser' version ' 1.2.0'
2626 plugin ' gradleutils' , ' net.minecraftforge.gradleutils' versionRef ' gradleutils'
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ abstract class LegacyRenameJar extends ToolExec {
5959
6060 this . temporaryMappings. convention(this . defaultOutputDirectory. map { it. file(' mappings_temp.tsrg' ) })
6161 this . standardOutputLogLevel. set(LogLevel . INFO )
62+ this . standardErrorLogLevel. set(LogLevel . INFO )
6263 }
6364
6465 @Override
You can’t perform that action at this time.
0 commit comments