Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed May 1, 2024
1 parent 86b9052 commit 95024f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ plugins {
repositories {
mavenCentral()
gradlePluginPortal()

// https://github.com/MinecraftForge/ForgeGradle/issues/919
maven("https://maven.minecraftforge.net")
}

dependencies {
implementation("me.modmuss50:mod-publish-plugin:0.5.1")

// https://github.com/MinecraftForge/ForgeGradle/issues/919
// The issue still happens because FART still uses outdated srgutils version
implementation("net.minecraftforge:srgutils:0.5.10")
}

0 comments on commit 95024f5

Please sign in to comment.