Skip to content

Commit e07e57d

Browse files
committed
Remove "thank you for testing" from the welcome message, closes #1036
This small piece of the welcome message could give off the impression that ForgeGradle 7.0 is still incubating software. It is not.
1 parent ff38732 commit e07e57d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/java/net/minecraftforge/gradle/internal/Constants.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ please see our MDKExamples repo (https://github.com/MinecraftForge/MDKExamples).
7070
static final String WELCOME_CONDITION = """
7171
This message will not display again until ForgeGradle 7.1 or the below file is
7272
deleted:
73-
{}
74-
75-
Documentation will be coming at a later date. Thank you for testing
76-
ForgeGradle 7!""";
73+
{}""";
7774

7875
// TODO [ForgeGradle][Magic] Rewrite this to be more informative as to what is actually happening.
7976
// As of right now, this remains unused.

0 commit comments

Comments
 (0)