Removed outdated comments

This commit is contained in:
FlorianMichael 2024-02-04 00:34:38 +01:00
parent b6057fe811
commit bc32c47617
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
buildscript {
// Counterpart of settings.gradle file, sadly conventions can't use those defined repositories for some reason...
repositories {
gradlePluginPortal()
@ -8,7 +7,6 @@ buildscript {
maven { url = "https://files.minecraftforge.net/maven" }
}
// Counterpart of settings.gradle file, sadly conventions can't use those defined plugins for some reason...
dependencies {
classpath "com.github.johnrengelman:shadow:7.1.2"
classpath "net.minecraftforge.gradle:ForgeGradle:6.+"