mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-11-21 01:13:09 +08:00
Remove unnecessary buildscript block
Fabric got smarter at some point
This commit is contained in:
parent
006cf71883
commit
e3705dc43c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user