Skip to content

Commit

Permalink
build: 1.20.4 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Dec 7, 2023
2 parents 81395e9 + e60ba97 commit f51f91e
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -45,7 +45,7 @@ group = "me.kcra.takenaka" // change me
// format: <oldest version>+<newest version>[-SNAPSHOT]
// this is included in META-INF/MANIFEST.MF under Implementation-Version
// be nice to people who use the bundles and don't change the format
version = "1.8.8+1.20.3" // change me
version = "1.8.8+1.20.4" // change me

/**
* The root cache workspace.
Expand Down Expand Up @@ -100,7 +100,7 @@ val yarnProvider = YarnMetadataProvider(sharedCacheWorkspace, xmlMapper)
val mappingConfig = buildMappingConfig {
version(
manifest
.range("1.8.8", "1.20.3") { // change me
.range("1.8.8", "1.20.4") { // 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
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit f51f91e

Please sign in to comment.