Remove unnecessary buildscript block

Fabric got smarter at some point
This commit is contained in:
Octavia Togami 2024-04-30 19:05:39 -07:00
parent 006cf71883
commit e3705dc43c
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -1,20 +1,5 @@
import org.ajoberstar.grgit.Grgit
buildscript {
repositories {
maven {
name = "EngineHub"
url = uri("https://maven.enginehub.org/repo/")
}
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/")
}
}
dependencies {
// needed for fabric to know where FF executor is....
}
}
plugins {
alias(libs.plugins.codecov)
jacoco