44 */
55package net .minecraftforge .gradle .internal ;
66
7- import net .minecraftforge .gradle .ForgeGradleExtension ;
8-
97/// The package-private constants used throughout ForgeGradle.
108///
119/// Looking for attributes? They are in [ForgeGradleExtension.Attributes].
@@ -20,7 +18,7 @@ final class Constants {
2018 static final String SLIMELAUNCHER_MAIN = "net.minecraftforge.launcher.Main" ;
2119
2220 static final String MAVENIZER_NAME = "mavenizer" ;
23- static final String MAVENIZER_VERSION = "0.4.18 " ;
21+ static final String MAVENIZER_VERSION = "0.4.19 " ;
2422 static final String MAVENIZER_DL_URL = "https://maven.minecraftforge.net/net/minecraftforge/minecraft-mavenizer/" + MAVENIZER_VERSION + "/minecraft-mavenizer-" + MAVENIZER_VERSION + ".jar" ;
2523 static final int MAVENIZER_JAVA_VERSION = 25 ;
2624 static final String MAVENIZER_MAIN = "net.minecraftforge.mcmaven.cli.Main" ;
@@ -29,15 +27,15 @@ final class Constants {
2927 static final class Messages {
3028 static final String WELCOME = """
3129 Welcome to ForgeGradle 7.0 Release Candidate!
32-
30+
3331 Here are some release highlights:
3432 - Complete rewrite of the plugin and underlying code.
3533 - Complete overhaul of DSL objects and registrations.
3634 - Slimmed down the plugin, which now delegates many actions to separate tools.
3735 - Support for declaring defaults in settings.gradle.
3836 - Support for all Forge versions from Minecraft 1.20.6 (older versions are a
3937 work-in-progress).
40-
38+
4139 A couple of important things to note:
4240 - Many plugins that worked with ForgeGradle 6, such as Parchment's Librarian,
4341 do not work with ForgeGradle 7. For most cases (such as parchment), we have
@@ -53,26 +51,26 @@ If you are on an older version (1.20.4 and older), you will need the
5351 issue tracker (https://github.com/MinecraftForge/ForgeGradle/issues).
5452 Please do not use Discord as a means to report issues, as they will get
5553 lost in the discussion very easily.
56-
54+
5755 For more details on this release, see https://docs.minecraftforge.net/en/fg-7.0/""" ;
5856
5957 static final String WELCOME_CONDITION = """
6058 This message will not display again until ForgeGradle 7.0 or the below file is
6159 deleted:
6260 {}
63-
61+
6462 Documentation will be coming at a later date. Thank you for testing
6563 ForgeGradle 7!""" ;
6664
6765 static final String MAGIC = """
6866 This build is using ForgeGradle Magic. ForgeGradle Magic employs automatic
6967 behavior that is hidden from buildscript authors in order to implement and
7068 account for convenience features.
71-
69+
7270 Magic is enabled by default. It can be disabled by using the following
7371 Gradle property:
7472 net.minecraftforge.gradle.magic=false
75-
73+
7674 For more information, see https://docs.minecraftforge.net/en/fg-7.0/magic/""" ;
7775 }
7876}
0 commit comments