File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ allprojects {
9595
9696 repositories {
9797 mavenCentral()
98+ maven { url " https://maven.fabricmc.net/" }
99+ maven { url " https://maven.architectury.dev/" }
100+ maven { url " https://maven.minecraftforge.net/" }
101+ maven { url " https://libraries.minecraft.net/" }
98102
99103 maven { url ' https://jitpack.io' }
100104 maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
Original file line number Diff line number Diff line change 11jdk :
22 - openjdk17
33install :
4- - ./gradlew clean :visor-api:fabric:publishToMavenLocal :visor-api:forge:publishToMavenLocal Pversion=$JITPACK_TAG
4+ - ./gradlew clean :visor-api:fabric:publishToMavenLocal :visor-api:forge:publishToMavenLocal - Pversion=$JITPACK_TAG
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ pluginManagement {
55 maven { url = " https://maven.architectury.dev/" }
66 maven { url = " https://maven.minecraftforge.net/" }
77 maven { url = " https://maven.neoforged.net/" }
8+ mavenCentral()
9+ mavenLocal()
810 }
911}
1012
@@ -14,6 +16,9 @@ dependencyResolutionManagement {
1416 maven { url = " https://jitpack.io" }
1517 maven { url = " https://oss.sonatype.org/content/repositories/snapshots/" }
1618 maven { url = " https://redempt.dev" }
19+ maven { url = ' https://maven.architectury.dev/' }
20+ maven { url = " https://maven.fabricmc.net/" }
21+ maven { url = ' https://maven.minecraftforge.net/' }
1722 exclusiveContent {
1823 forRepository { maven { url = " https://api.modrinth.com/maven" } }
1924 filter { includeGroup " maven.modrinth" }
You can’t perform that action at this time.
0 commit comments