15 lines
360 B
Groovy
15 lines
360 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.neoforged.net/releases' }
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
|
|
}
|
|
|
|
include("thaumicenergistics")
|
|
project(":thaumicenergistics").projectDir = file("modules/thaumicenergistics-neo")
|