mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Apply LQF for better decompilation, bump version for release
This commit is contained in:
@@ -10,6 +10,7 @@ plugins {
|
|||||||
id "architectury-plugin" version "3.4-SNAPSHOT"
|
id "architectury-plugin" version "3.4-SNAPSHOT"
|
||||||
id "dev.architectury.loom" version "0.12.0-SNAPSHOT" apply false
|
id "dev.architectury.loom" version "0.12.0-SNAPSHOT" apply false
|
||||||
id "org.cadixdev.licenser" version "0.6.1"
|
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 "me.shedaniel.unified-publishing" version "0.1.+" apply false
|
||||||
id "maven-publish"
|
id "maven-publish"
|
||||||
}
|
}
|
||||||
@@ -20,6 +21,7 @@ architectury {
|
|||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
apply plugin: "dev.architectury.loom"
|
apply plugin: "dev.architectury.loom"
|
||||||
|
apply plugin: "io.github.juuxel.loom-quiltflower"
|
||||||
|
|
||||||
loom {
|
loom {
|
||||||
silentMojangMappingsLicense()
|
silentMojangMappingsLicense()
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ artifact_type=release
|
|||||||
|
|
||||||
archives_base_name=architectury
|
archives_base_name=architectury
|
||||||
archives_base_name_snapshot=architectury-snapshot
|
archives_base_name_snapshot=architectury-snapshot
|
||||||
base_version=4.4
|
base_version=4.5
|
||||||
maven_group=dev.architectury
|
maven_group=dev.architectury
|
||||||
|
|
||||||
fabric_loader_version=0.13.3
|
fabric_loader_version=0.13.3
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ pluginManagement {
|
|||||||
maven { url "https://maven.fabricmc.net/" }
|
maven { url "https://maven.fabricmc.net/" }
|
||||||
maven { url "https://maven.architectury.dev/" }
|
maven { url "https://maven.architectury.dev/" }
|
||||||
maven { url "https://files.minecraftforge.net/maven/" }
|
maven { url "https://files.minecraftforge.net/maven/" }
|
||||||
maven { url "https://server.bbkr.space/artifactory/libs-release/" }
|
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user