mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-03-11 13:28:45 +01:00
Don't add Java 23/24 to CF publishing
This commit is contained in:
parent
e139ba9cbb
commit
87bae1e2b2
@ -188,7 +188,7 @@ processResources {
|
||||
List<String> mcReleases = Arrays.stream(rootProject.publish_mc_versions.toString().split(","))
|
||||
.map({ it -> it.trim() })
|
||||
.collect(Collectors.toList())
|
||||
List<String> javaVersions = IntStream.rangeClosed(8, 24)
|
||||
List<String> javaVersions = IntStream.rangeClosed(8, 22)
|
||||
.mapToObj { n -> (String) "Java $n" }
|
||||
.collect(Collectors.toList())
|
||||
String changelogMsg = "A changelog can be found at https://github.com/ViaVersion/ViaFabric/commits"
|
||||
|
Loading…
Reference in New Issue
Block a user