Should be fine now, right?

This commit is contained in:
shedaniel
2021-08-02 03:05:41 +08:00
parent bf34031711
commit 74069d1bb0
4 changed files with 4 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.2-SNAPSHOT"
id "dev.architectury.loom" version "0.7.3-SNAPSHOT" apply false
id "architectury-plugin" version "3.3-SNAPSHOT"
id "dev.architectury.loom" version "0.7.4-SNAPSHOT" apply false
id "io.github.juuxel.loom-quiltflower" version "1.1.1" apply false
id "org.cadixdev.licenser" version "0.5.0"
id "com.matthewprenger.cursegradle" version "1.4.0" apply false
@@ -35,14 +35,6 @@ allprojects {
apply plugin: "architectury-plugin"
apply plugin: "org.cadixdev.licenser"
repositories {
mavenLocal()
}
architectury {
transformerVersion = "4.0.9999"
}
ext {
isSnapshot = System.getenv("PR_NUM") != null
}

View File

@@ -107,6 +107,7 @@ curseforge {
changelogType = "html"
changelog = releaseChangelog()
addGameVersion "1.17"
addGameVersion "1.17.1"
addGameVersion "1.17-Snapshot"
addGameVersion "Java 16"
addGameVersion "Fabric"

View File

@@ -104,6 +104,7 @@ curseforge {
changelogType = "html"
changelog = releaseChangelog()
addGameVersion "1.17"
addGameVersion "1.17.1"
addGameVersion "Java 16"
addGameVersion "Forge"
mainArtifact(remapJar.archivePath) {

View File

@@ -1,6 +1,5 @@
pluginManagement {
repositories {
mavenLocal()
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }