Skip to content

Commit

Permalink
Update dsl/common/src/main/groovy/net/neoforged/gradle/dsl/common/ext…
Browse files Browse the repository at this point in the history
…ensions/subsystems/Decompiler.groovy

Co-authored-by: Matyrobbrt <[email protected]>
  • Loading branch information
shartte and Matyrobbrt authored Nov 29, 2023
1 parent e5ec2a1 commit 6f094b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface Decompiler extends ConfigurableDSLElement<Decompiler> {
Property<Integer> getMaxThreads();

/**
* The log-level to use for the decompiler. Supported values: info, debug, warn, error.
* The log-level to use for the decompiler. Supported values: trace, info, warn, error.
* Defaults to {@link DecompilerLogLevel#INFO}.
*/
@Input
Expand Down

0 comments on commit 6f094b4

Please sign in to comment.