neoforged / MDK

The Mod Developer Kit - this is where you start if you want to develop a new mod
https://github.com/NeoForgeMDKs
183 stars 60 forks source link

Plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.8.0'] was not found in any of the following sources #64

Closed SRH603 closed 1 month ago

SRH603 commented 1 month ago

I tried Forge and NeoForge to start a new project and always got this report. I tried to download the plugin on my device and use a local library it does not work as well. Here's the report I've got:

Settings file 'E:\MCMods\NeoForge\MDK-main\MDK-main\settings.gradle' line: 10

Plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.8.0'] was not found in any of the following sources:

tmvkrpxl0 commented 1 month ago

Are you using intellij or command prompt to run gradle?

SRH603 commented 1 month ago

I was using IntelliJ IDEA to run gradle

tmvkrpxl0 commented 1 month ago

image Do you have this turned on? This cuts gradle from internet. Try checking the option and also running gradle from command prompt

SRH603 commented 1 month ago

I I didn't turn on this, but I tried running it on another MacBook and it worked

3944Realms commented 1 month ago

image Do you have this turned on? This cuts gradle from internet. Try checking the option and also running gradle from command prompt

I didn't remember i turn it on. Thanks.