Skip to content

Commit 58a6a41

Browse files
authored
Temp commit, will revert
1 parent 5c63a02 commit 58a6a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ abstract class GenerateVersionOrder extends DefaultTask {
260260
final json = new JsonSlurper()
261261
final manifest = json.parse('https://piston-meta.mojang.com/mc/game/version_manifest_v2.json'.toURL())
262262
List<String> versions = manifest.versions.collect { it.id }
263+
versions = versions - ['26.1-snapshot-1']
263264

264265
Comparator<String> BY_LENGTH_REVERSED = Comparator.comparingInt { it.length() }.reversed()
265266
var indicesByLength = versions.stream().sorted(BY_LENGTH_REVERSED).map(versions::indexOf).map(String::valueOf).toList()

0 commit comments

Comments
 (0)