mc 1.19.2

This commit is contained in:
creeper123123321 2022-08-05 18:23:55 -03:00 committed by GitHub
parent c21985cc24
commit 0ba0736b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ processResources {
}
List<String> mcReleases = new ArrayList<>(
Arrays.asList("1.19.1", "1.18.2", "1.17.1", "1.16.5", "1.15.2", "1.14.4", "1.8.9"))
Arrays.asList("1.19.2", "1.19.1", "1.18.2", "1.17.1", "1.16.5", "1.15.2", "1.14.4", "1.8.9"))
List<String> javaVersions = IntStream.rangeClosed(8, 18)
.mapToObj { n -> (String) "Java $n" }
.collect(Collectors.toList())