Skip to content

Commit

Permalink
fix: exclude 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Aug 8, 2024
1 parent 38c6071 commit 7728363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ val mappingConfig = buildMappingConfig {
version(
manifest
.range("1.8.8", "1.21.1") { // change me
// exclude 1.20 and 1.20.5 - hotfixed versions
// exclude 1.20, 1.20.3 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.20.5")
exclude("1.16", "1.10.1", "1.8.9", "1.9.1", "1.9.3", "1.20", "1.20.3", "1.20.5")

// include only releases, no snapshots
includeTypes(Version.Type.RELEASE)
Expand Down

0 comments on commit 7728363

Please sign in to comment.