This plugin is for automatic Java toolchain resolution and is not critical for the build.
14 lines
291 B
Groovy
14 lines
291 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.neoforged.net/releases' }
|
|
}
|
|
}
|
|
|
|
// Disabled due to network restrictions
|
|
//plugins {
|
|
// id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
|
|
//}
|
|
|
|
include('coremod')
|