Skip to content

Commit 318810a

Browse files
committed
Formatting
1 parent 7e45dcc commit 318810a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/neoforged/moddevgradle/internal/ModDevArtifactsWorkflow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static ModDevArtifactsWorkflow create(Project project,
112112
});
113113

114114
// it has to contain client-extra to be loaded by FML, and it must be added to the legacy CP
115-
var createArtifacts = tasks.register("createMinecraftArtifacts", CreateMinecraftArtifacts.class, task -> {
115+
var createArtifacts = tasks.register("createMinecraftArtifacts", CreateMinecraftArtifacts.class, task -> {
116116
task.setGroup(branding.internalTaskGroup());
117117
task.setDescription("Creates the NeoForge and Minecraft artifacts by invoking NFRT.");
118118
for (var configuration : createManifestConfigurations) {

0 commit comments

Comments
 (0)