[CHORE] Update to FDD Multi-Loader template and update maven url

This commit is contained in:
2023-07-13 22:36:16 +02:00
parent 1af0343114
commit 5b830a7ce0
5 changed files with 20 additions and 18 deletions

View File

@@ -12,6 +12,14 @@ pluginManagement {
name = 'Sponge Snapshots'
url = 'https://repo.spongepowered.org/repository/maven-public/'
}
maven {
name = 'Quilt (Release)'
url = 'https://maven.quiltmc.org/repository/release'
}
maven {
name = 'Quilt (Snapshot)'
url = 'https://maven.quiltmc.org/repository/snapshot'
}
}
}