anatawa12 / ForgeGradle-1.2

This is only for FG_1.2(for minecraft 1.7.10). Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
84 stars 33 forks source link

Annoying forge maven warning #214

Closed MJaroslav closed 8 months ago

MJaroslav commented 8 months ago

It's can't be disabled by your custom system property and ignores correct maven repository URL.

I think cause in this logic (may be add NOT to second condition?):

https://github.com/anatawa12/ForgeGradle-1.2/blob/fa4b883e833deda50b1047b934c03518ec0649da/src/main/java/net/minecraftforge/gradle/common/BasePlugin.java#L215-L216C30

anatawa12 commented 8 months ago

may be add NOT to second condition?

Yes. Sorry for mistake.