Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Jun 7, 2024
1 parent f084c40 commit 9b3ee88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ tasks.forEach {
it.group = null
}

repositories {
maven { url = uri("https://maven.parchmentmc.org/") }
}

dependencies {
minecraft(group = "com.mojang", name = "minecraft", version = MINECRAFT_VERSION)
@Suppress("UnstableApiUsage")
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pluginManagement {
maven { url = uri("https://files.minecraftforge.net/maven/") }
maven { url = uri("https://maven.neoforged.net/releases/") }
maven { url = uri("https://jitpack.io") }
maven { url = uri("https://maven.parchmentmc.org/") }
gradlePluginPortal()
mavenCentral()
}
Expand Down

0 comments on commit 9b3ee88

Please sign in to comment.