Skip to content

Commit

Permalink
fix databuddy jarjar
Browse files Browse the repository at this point in the history
  • Loading branch information
DerToaster98 committed Aug 3, 2024
1 parent 3c7f1e4 commit a9bd2ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ repositories {
name = "CubicInterpolation Maven"
url = "https://cubicinterpolation.net/maven/"
}

maven {
name = "Commoble Databuddy"
url = "https://commoble.net/maven/"
}

maven {
name = "BlameJared maven"
Expand Down Expand Up @@ -142,6 +147,8 @@ dependencies {
runtimeOnly fg.deobf("squeek.appleskin:appleskin-forge:${appleskin_version}")
}

jarJar.enable()

createMcpToSrg {
outputs.upToDateWhen {false}

Expand Down

0 comments on commit a9bd2ea

Please sign in to comment.