Apply LQF for better decompilation, bump version for release

This commit is contained in:
Max
2022-06-16 12:02:58 +02:00
parent 146fe8b8b9
commit 4f17a84f1e
3 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "0.12.0-SNAPSHOT" apply false
id "org.cadixdev.licenser" version "0.6.1"
id "io.github.juuxel.loom-quiltflower" version "1.7.2" apply false
id "me.shedaniel.unified-publishing" version "0.1.+" apply false
id "maven-publish"
}
@@ -20,6 +21,7 @@ architectury {
subprojects {
apply plugin: "dev.architectury.loom"
apply plugin: "io.github.juuxel.loom-quiltflower"
loom {
silentMojangMappingsLicense()

View File

@@ -10,7 +10,7 @@ artifact_type=release
archives_base_name=architectury
archives_base_name_snapshot=architectury-snapshot
base_version=4.4
base_version=4.5
maven_group=dev.architectury
fabric_loader_version=0.13.3

View File

@@ -3,7 +3,6 @@ pluginManagement {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }
maven { url "https://server.bbkr.space/artifactory/libs-release/" }
gradlePluginPortal()
}
}