aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-05-30 17:49:22 +0200
committernea <nea@nea.moe>2023-05-30 18:30:28 +0200
commit6b124ec9afe589d4a39e874d086434c6ea0043f5 (patch)
tree5efd28ceb3c212071f157682dcf7dd371f109ac6 /buildSrc
parent1d3b28f9f191cbaddc4bc4a8c552f89cdef1614c (diff)
downloadFirmament-6b124ec9afe589d4a39e874d086434c6ea0043f5.tar.gz
Firmament-6b124ec9afe589d4a39e874d086434c6ea0043f5.tar.bz2
Firmament-6b124ec9afe589d4a39e874d086434c6ea0043f5.zip
Bump fabric api
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/licenseinfo.kt9
1 files changed, 0 insertions, 9 deletions
diff --git a/buildSrc/src/licenseinfo.kt b/buildSrc/src/licenseinfo.kt
index 15e8330..0e4a6c3 100644
--- a/buildSrc/src/licenseinfo.kt
+++ b/buildSrc/src/licenseinfo.kt
@@ -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."