From e3b2f8610e4ae1f1db99f63e40bf6c70d17273b6 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 13 Jul 2021 12:43:47 +0100 Subject: [PATCH] Update parchment url --- .../unit/layeredmappings/LayeredMappingsTestConstants.groovy | 2 +- src/test/resources/projects/parchment/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/groovy/net/fabricmc/loom/test/unit/layeredmappings/LayeredMappingsTestConstants.groovy b/src/test/groovy/net/fabricmc/loom/test/unit/layeredmappings/LayeredMappingsTestConstants.groovy index 7441f05..74158b1 100644 --- a/src/test/groovy/net/fabricmc/loom/test/unit/layeredmappings/LayeredMappingsTestConstants.groovy +++ b/src/test/groovy/net/fabricmc/loom/test/unit/layeredmappings/LayeredMappingsTestConstants.groovy @@ -43,5 +43,5 @@ interface LayeredMappingsTestConstants { public static final MinecraftVersionMeta VERSION_META_1_16_5 = new MinecraftVersionMeta(null, null, null, 0, DOWNLOADS_1_16_5, null, null, null, null, 0, null, null, null) public static final String PARCHMENT_NOTATION = "org.parchmentmc.data:parchment-1.16.5:20210608-SNAPSHOT@zip" - public static final String PARCHMENT_URL = "https://ldtteam.jfrog.io/artifactory/parchmentmc-snapshots/org/parchmentmc/data/parchment-1.16.5/20210608-SNAPSHOT/parchment-1.16.5-20210608-SNAPSHOT.zip" + public static final String PARCHMENT_URL = "https://maven.parchmentmc.net/org/parchmentmc/data/parchment-1.16.5/20210608-SNAPSHOT/parchment-1.16.5-20210608-SNAPSHOT.zip" } \ No newline at end of file diff --git a/src/test/resources/projects/parchment/build.gradle b/src/test/resources/projects/parchment/build.gradle index d36eaae..2401e1b 100644 --- a/src/test/resources/projects/parchment/build.gradle +++ b/src/test/resources/projects/parchment/build.gradle @@ -5,7 +5,7 @@ plugins { repositories { maven { name = "ldtteam" - url = "https://ldtteam.jfrog.io/artifactory/parchmentmc-snapshots/" + url = "https://maven.parchmentmc.net/" } }