diff --git a/build.gradle.kts b/build.gradle.kts index 58a890c5314a..84c9da022598 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -111,11 +111,11 @@ val mappingConfig = buildMappingConfig { version( manifest .range("1.8.8", "1.20.6") { // change me - // exclude 1.20.1 and 1.20.5 - hotfix versions + // exclude 1.20 and 1.20.5 - hotfixed versions // exclude 1.16 and 1.10.1, they don't have most mappings and are basically not used at all // exclude 1.8.9, client-only update - no Spigot mappings, no thank you // exclude 1.9.1 and 1.9.3 - no mappings at all - exclude("1.16", "1.10.1", "1.8.9", "1.9.1", "1.9.3", "1.20.1", "1.20.5") + exclude("1.16", "1.10.1", "1.8.9", "1.9.1", "1.9.3", "1.20", "1.20.5") // include only releases, no snapshots includeTypes(Version.Type.RELEASE)