Skip to content

Commit

Permalink
Revert "fix: include 1.8.9" (#3)
Browse files Browse the repository at this point in the history
This reverts commit 00b1bfe.
  • Loading branch information
Misat11 authored Apr 24, 2024
1 parent 1fe3424 commit 6bfe25a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ val mappingConfig = buildMappingConfig {
manifest
.range("1.8.8", "1.20.5") { // change me
// 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.9.1", "1.9.3")
exclude("1.16", "1.10.1", "1.8.9", "1.9.1", "1.9.3")

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

0 comments on commit 6bfe25a

Please sign in to comment.