bscv/settings.gradle

8 lines
156 B
Groovy
Raw Permalink Normal View History

pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net' }
}
}
enableFeaturePreview 'VERSION_CATALOGS'