aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/projects/parchment
diff options
context:
space:
mode:
authorLogicFan <38597904+LogicFan@users.noreply.github.com>2021-06-28 11:33:18 -0400
committerGitHub <noreply@github.com>2021-06-28 16:33:18 +0100
commit7fba77d43a169f6f20c4cfe17af7bcac86833833 (patch)
tree503d4196b24a6fb6c07ae795a2d943b884b0ce58 /src/test/resources/projects/parchment
parent54d6ef7896f22f89d6594703d09e3195c814cf10 (diff)
downloadarchitectury-loom-7fba77d43a169f6f20c4cfe17af7bcac86833833.tar.gz
architectury-loom-7fba77d43a169f6f20c4cfe17af7bcac86833833.tar.bz2
architectury-loom-7fba77d43a169f6f20c4cfe17af7bcac86833833.zip
fix broken test introduced in 54d6ef7896f22f89d6594703d09e3195c814cf10 (#424)
Diffstat (limited to 'src/test/resources/projects/parchment')
-rw-r--r--src/test/resources/projects/parchment/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/projects/parchment/build.gradle b/src/test/resources/projects/parchment/build.gradle
index 255e98e0..d36eaaeb 100644
--- a/src/test/resources/projects/parchment/build.gradle
+++ b/src/test/resources/projects/parchment/build.gradle
@@ -12,7 +12,7 @@ repositories {
dependencies {
minecraft "com.mojang:minecraft:1.16.5"
mappings loom.layered() {
- officalMojangMappings()
+ officialMojangMappings()
parchment("org.parchmentmc.data:parchment-1.16.5:20210608-SNAPSHOT@zip")
}