Skip to content

Commit d7ea19e

Browse files
authored
Add a convention for verbose() (#299)
1 parent 56df432 commit d7ea19e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/net/neoforged/nfrtgradle/NeoFormRuntimeTask.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ public NeoFormRuntimeTask() {
121121
getInputs().property("artifactManifestEntries", artifactManifestEntries);
122122
artifacts = project.files();
123123
getInputs().property("artifacts", artifacts);
124+
125+
getVerbose().convention(false);
124126
}
125127

126128
/**

0 commit comments

Comments
 (0)