From 6b124ec9afe589d4a39e874d086434c6ea0043f5 Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 30 May 2023 17:49:22 +0200 Subject: Bump fabric api --- buildSrc/src/licenseinfo.kt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'buildSrc') 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." -- cgit