Bump fabric api

This commit is contained in:
nea
2023-05-30 17:49:22 +02:00
parent 1d3b28f9f1
commit 6b124ec9af
3 changed files with 6 additions and 11 deletions

View File

@@ -20,15 +20,6 @@ fun LicenseExtension.addExtraLicenseMatchers() {
}
webPresence = "https://www.minecraft.net/en-us"
}
if (group.endsWith("net.fabricmc.fabric-api")) useLicense {
name = "Fabric API ($module)"
description = "Essential hooks for modding with Fabric."
spdxLicense.`Apache-2-0`()
developer("FabricMC") {
webPresence = "https://fabricmc.net/"
}
webPresence = "https://github.com/FabricMC/fabric"
}
if (module == "architectury") useLicense {
name = "Architectury API"
description = "An intermediary api aimed at easing development of multiplatform mods."