Skip to content

Commit 7f0cce5

Browse files
committed
jitpack try x15
1 parent a93a93e commit 7f0cce5

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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/" }

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jdk:
22
- openjdk17
33
install:
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

settings.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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" }

0 commit comments

Comments
 (0)