Skip to content

Commit

Permalink
Remove unnecessary buildscript block
Browse files Browse the repository at this point in the history
Fabric got smarter at some point
  • Loading branch information
octylFractal committed May 1, 2024
1 parent 48bef44 commit c345014
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c345014

Please sign in to comment.