[PORT] Update for 25w06a

This commit is contained in:
2025-02-11 17:44:54 +02:00
parent 3986f08540
commit f33363fc2d
8 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ plugins {
var relType = project.properties["releaseType"] ?: "${release_type}"
ext {
isPort = (relType == 'port')
isPort = (relType == 'experimental')
}
orion.setup {