We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff38732 commit e07e57dCopy full SHA for e07e57d
src/main/java/net/minecraftforge/gradle/internal/Constants.java
@@ -70,10 +70,7 @@ please see our MDKExamples repo (https://github.com/MinecraftForge/MDKExamples).
70
static final String WELCOME_CONDITION = """
71
This message will not display again until ForgeGradle 7.1 or the below file is
72
deleted:
73
- {}
74
-
75
- Documentation will be coming at a later date. Thank you for testing
76
- ForgeGradle 7!""";
+ {}""";
77
78
// TODO [ForgeGradle][Magic] Rewrite this to be more informative as to what is actually happening.
79
// As of right now, this remains unused.
0 commit comments