mirror of
https://github.com/architectury/architectury-plugin.git
synced 2026-03-27 19:57:00 -05:00
@@ -25,7 +25,7 @@ sourceCompatibility = targetCompatibility = 1.8
|
||||
|
||||
repositories {
|
||||
maven { url "https://maven.fabricmc.net/" }
|
||||
maven { url "https://files.minecraftforge.net/maven/" }
|
||||
maven { url "https://maven.minecraftforge.net/" }
|
||||
maven { url "https://maven.shedaniel.me/" }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
kotlin.code.style=official
|
||||
loom_version=0.6.76
|
||||
loom_version=0.6.96
|
||||
transformer_version=2.2.41
|
||||
base_version=3.1
|
||||
@@ -72,7 +72,7 @@ class ArchitectPlugin : Plugin<Project> {
|
||||
|
||||
project.repositories.apply {
|
||||
mavenCentral()
|
||||
maven { it.url = URI("https://maven.shedaniel.me/") }
|
||||
maven { it.url = URI("https://maven.architectury.dev/") }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user