You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minecraft: 1.7.10
Forge: 10.13.4.1614-1.7.10
Gradle version (updated): 4.4.1
Gradle max supported version 4.4.1
Forge
https://github.com/MinecraftForge/ForgeGradle/tree/FG_1.2 (commit 2ea0336)
Forge-Gradle plugin: 1.2-SNAPSHOT (ForgeGradle-1.2-20211118.175523-305.jar)
MCP: 9.08
Java max: 8
See this link) for more information and a compatibility matrix.
We know we are using an old ForgeGradle plugin. It is the latest one available, so we should be turning off that warning when compiling.
WARNING: You are using an unsupported version of ForgeGradle.
Please consider upgrading to ForgeGradle 4 and helping in the efforts to get old versions working on the modern toolchain.
See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more info on contributing.
#################################################
ForgeGradle 1.2.2-g2ea0336 https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP unknown http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
#################################################
The net.minecraftforge.gradle.disableUpdateChecker property introduced in PR is made for that. It should be sert to false.
The text was updated successfully, but these errors were encountered:
We are using the following versions:
See this link) for more information and a compatibility matrix.
We know we are using an old ForgeGradle plugin. It is the latest one available, so we should be turning off that warning when compiling.
The
net.minecraftforge.gradle.disableUpdateChecker
property introduced in PR is made for that. It should be sert tofalse
.The text was updated successfully, but these errors were encountered: