|
|
|
@@ -230,6 +230,7 @@ tasks.register("verifyWorkspace") {
|
|
|
|
|
inputs.file(file("pack/migrations/26.2.0-alpha.187-sulfur-density-cobble-placement-to-alpha.188.json"))
|
|
|
|
|
inputs.file(file("pack/migrations/26.2.0-alpha.188-beta-climate-provinces-to-alpha.189.json"))
|
|
|
|
|
inputs.file(file("pack/migrations/26.2.0-alpha.189-fair-shop-progression-to-alpha.190.json"))
|
|
|
|
|
inputs.file(file("pack/migrations/26.2.0-alpha.207-canaplia-to-alpha.208.json"))
|
|
|
|
|
inputs.files(fileTree("masterkey/src/main/java"))
|
|
|
|
|
inputs.files(fileTree("masterkey/src/main/resources/assets/masterkey/lang"))
|
|
|
|
|
inputs.files(fileTree("masterkey/tools"))
|
|
|
|
@@ -329,7 +330,7 @@ tasks.register("verifyWorkspace") {
|
|
|
|
|
}
|
|
|
|
|
def progressionJeiMigration = new JsonSlurper().parse(file(
|
|
|
|
|
"pack/migrations/26.2.0-alpha.87-progression-jei-audio-to-alpha.88.json"))
|
|
|
|
|
def jeiFiles = prismIndex.files.findAll { it.path == "mods/jei-26.2-fabric-30.27.0.189.jar" }
|
|
|
|
|
def jeiFiles = prismIndex.files.findAll { it.path == "mods/jei-26.2-fabric-30.28.0.191.jar" }
|
|
|
|
|
if (progressionJeiMigration.source?.pack_version != "26.2.0-alpha.87"
|
|
|
|
|
|| progressionJeiMigration.target?.pack_version != "26.2.0-alpha.88"
|
|
|
|
|
|| progressionJeiMigration.target?.modules?.sanctuary != "0.0.0-alpha.38"
|
|
|
|
@@ -344,8 +345,8 @@ tasks.register("verifyWorkspace") {
|
|
|
|
|
|| progressionJeiMigration.compatibility?.network_protocol != 10
|
|
|
|
|
|| progressionJeiMigration.compatibility?.network_protocol_changed != true
|
|
|
|
|
|| jeiFiles.size() != 1
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "821b8b69e67226539328de77e4445d0dec791231"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "1227f2b24e0f8745140b35b34de0ade146babe3b85ea57c49b08b05d2ef6a1ee5f9358f5795505904ddbbd1e359bc478e0c67b2115ce697996b95f9516f9ebbb"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "35353e18b1cf2a61339463447fce1f3e2f716b80"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "aa7dca89026fea2293a2e25fa4a84faf0eeaa6407b7e84991e69626ff1ee0f9df9ba3a5e096cbf631d08842693b115653c5c8373e5ef3953318a892dbdc0a33d"
|
|
|
|
|
|| jeiFiles[0].env?.client != "required" || jeiFiles[0].env?.server != "required") {
|
|
|
|
|
throw new GradleException("The alpha.88 progression, JEI and Minecrafter audio contract is incomplete")
|
|
|
|
|
}
|
|
|
|
@@ -3427,7 +3428,7 @@ tasks.register("verifyProgressivePauseMenuRelease") {
|
|
|
|
|
[(locale): new JsonSlurper().parse(file(
|
|
|
|
|
"sanctuary/src/main/resources/assets/sanctuary/lang/${locale}.json"))]
|
|
|
|
|
}
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.sanctuary_version != "0.0.0-alpha.117"
|
|
|
|
|
|| rootProject.onlyfun_version != "0.0.0-alpha.20"
|
|
|
|
|
|| release.pack_version != rootProject.pack_version || index.versionId != rootProject.pack_version
|
|
|
|
@@ -3477,7 +3478,7 @@ tasks.register("verifyMirrorLavenderDrawerRelease") {
|
|
|
|
|
def redStonerRegistry = file(
|
|
|
|
|
"redstoner/src/main/java/fr/koka99cab/sanctuary26/redstoner/registry/RedStonerRegistries.java").text
|
|
|
|
|
def drawerRecipe = file("redstoner/src/main/resources/data/redstoner/recipe/drawer.json")
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.anotherworld_version != "0.0.0-alpha.55"
|
|
|
|
|
|| rootProject.redstoner_version != "0.0.0-alpha.10"
|
|
|
|
|
|| release.pack_version != rootProject.pack_version || index.versionId != rootProject.pack_version
|
|
|
|
@@ -4125,7 +4126,7 @@ tasks.register("verifyShopPricingLayoutRelease") {
|
|
|
|
|
"pack/migrations/26.2.0-alpha.192-shop-pricing-layout-to-alpha.193.json"))
|
|
|
|
|
def release = new JsonSlurper().parse(file("pack/release.json"))
|
|
|
|
|
def index = new JsonSlurper().parse(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.onlyfun_version != "0.0.0-alpha.20"
|
|
|
|
|
|| rootProject.sanctuary_version != "0.0.0-alpha.117"
|
|
|
|
|
|| release.pack_version != rootProject.pack_version || index.versionId != rootProject.pack_version
|
|
|
|
@@ -4170,7 +4171,7 @@ tasks.register("verifyCuisineCropsRelease") {
|
|
|
|
|
def climate = file("itsalive/src/main/java/fr/koka99cab/sanctuary26/itsalive/agriculture/ClimateCropForaging.java").text
|
|
|
|
|
def rice = file("itsalive/src/main/java/fr/koka99cab/sanctuary26/itsalive/agriculture/RiceCropBlock.java").text
|
|
|
|
|
def bean = file("itsalive/src/main/java/fr/koka99cab/sanctuary26/itsalive/agriculture/BeanCropBlock.java").text
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.itsalive_version != "0.0.0-alpha.33"
|
|
|
|
|
|| release.pack_version != rootProject.pack_version || index.versionId != rootProject.pack_version
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.193"
|
|
|
|
@@ -4219,7 +4220,7 @@ tasks.register("verifyShopCsvBossGatesRelease") {
|
|
|
|
|
def bossGate = file("onlyfun/src/main/java/fr/koka99cab/sanctuary26/onlyfun/shop/OnlyFunBossShopGate.java").text
|
|
|
|
|
def catalog = file("onlyfun/src/main/java/fr/koka99cab/sanctuary26/onlyfun/shop/OnlyFunShopCatalog.java").text
|
|
|
|
|
def offerCatalog = file("sanctuary/src/main/java/fr/koka99cab/sanctuary26/sanctuary/shop/ShopOfferCatalog.java").text
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.onlyfun_version != "0.0.0-alpha.20"
|
|
|
|
|
|| rootProject.sanctuary_version != "0.0.0-alpha.117"
|
|
|
|
|
|| release.pack_version != rootProject.pack_version || index.versionId != rootProject.pack_version
|
|
|
|
@@ -4265,7 +4266,7 @@ tasks.register("verifyCulinaryMailboxGrappleFixesRelease") {
|
|
|
|
|
def release = new JsonSlurper().parse(file("pack/release.json"))
|
|
|
|
|
def prism = new JsonSlurper().parse(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.195"
|
|
|
|
|
|| migration.target?.pack_version != "26.2.0-alpha.196"
|
|
|
|
|
|| migration.target?.modules != [
|
|
|
|
@@ -4283,10 +4284,10 @@ tasks.register("verifyCulinaryMailboxGrappleFixesRelease") {
|
|
|
|
|
|| migration.distribution?.jei?.target != "30.26.0.182"
|
|
|
|
|
|| migration.compatibility?.save_migration_required != false
|
|
|
|
|
|| migration.compatibility?.registry_ids_changed != false
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.207"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')) {
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.208"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')) {
|
|
|
|
|
throw new GradleException("The alpha.196 culinary, mailbox and grapple release contract is incomplete")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@@ -4311,7 +4312,7 @@ tasks.register("verifyQuestRequestsCauldronBatchesRelease") {
|
|
|
|
|
def prism = new JsonSlurper().parse(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def sanctuaryManifest = new JsonSlurper().parse(file("sanctuary/src/main/resources/fabric.mod.json"))
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.itsalive_version != "0.0.0-alpha.33"
|
|
|
|
|
|| rootProject.sanctuary_version != "0.0.0-alpha.117"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.196"
|
|
|
|
@@ -4331,10 +4332,10 @@ tasks.register("verifyQuestRequestsCauldronBatchesRelease") {
|
|
|
|
|
|| migration.distribution?.jei?.target != "30.26.0.186"
|
|
|
|
|
|| migration.compatibility?.sanctuary_target_network_protocol != 19
|
|
|
|
|
|| sanctuaryManifest.custom?.sanctuary26?.network_protocol != 21
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.207"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')) {
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.208"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')) {
|
|
|
|
|
throw new GradleException("The alpha.197 quest-request and cauldron-batch release contract is incomplete")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@@ -4361,7 +4362,7 @@ tasks.register("verifyFermentationBarrelAutomationRelease") {
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def packwizIndex = file("pack/packwiz/index.toml").text
|
|
|
|
|
def itsAliveManifest = new JsonSlurper().parse(file("itsalive/src/main/resources/fabric.mod.json"))
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.itsalive_version != "0.0.0-alpha.33"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.197"
|
|
|
|
|
|| migration.target?.pack_version != "26.2.0-alpha.198"
|
|
|
|
@@ -4380,11 +4381,11 @@ tasks.register("verifyFermentationBarrelAutomationRelease") {
|
|
|
|
|
|| migration.distribution?.packwiz_index_refreshed != true
|
|
|
|
|
|| itsAliveManifest.custom?.sanctuary26?.data_version != 2
|
|
|
|
|
|| itsAliveManifest.custom?.sanctuary26?.network_protocol != 4
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.207"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/itsalive-0.0.0-alpha.31.jar"')) {
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.208"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/itsalive-0.0.0-alpha.33.jar"')) {
|
|
|
|
|
throw new GradleException("The alpha.198 fermentation barrel release contract is incomplete")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@@ -4411,7 +4412,7 @@ tasks.register("verifyQuestRequestContractsRelease") {
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def packwizIndex = file("pack/packwiz/index.toml").text
|
|
|
|
|
def sanctuaryManifest = new JsonSlurper().parse(file("sanctuary/src/main/resources/fabric.mod.json"))
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.itsalive_version != "0.0.0-alpha.33"
|
|
|
|
|
|| rootProject.sanctuary_version != "0.0.0-alpha.117"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.198"
|
|
|
|
@@ -4425,11 +4426,11 @@ tasks.register("verifyQuestRequestContractsRelease") {
|
|
|
|
|
|| migration.quest_request_contracts?.chat_accept_revalidates_distance_owner_sign_and_claim != true
|
|
|
|
|
|| migration.compatibility?.sanctuary_target_network_protocol != 20
|
|
|
|
|
|| sanctuaryManifest.custom?.sanctuary26?.network_protocol != 21
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.207"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/itsalive-0.0.0-alpha.31.jar"')
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.208"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/itsalive-0.0.0-alpha.33.jar"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/sanctuary-0.0.0-alpha.117.jar"')) {
|
|
|
|
|
throw new GradleException("The alpha.199 quest-request contract release is incomplete")
|
|
|
|
|
}
|
|
|
|
@@ -4466,7 +4467,7 @@ tasks.register("verifyWeatherTntAmbianceRelease") {
|
|
|
|
|
def ambianceManifest = new JsonSlurper().parse(file("ambiance/src/main/resources/fabric.mod.json"))
|
|
|
|
|
def ouchManifest = new JsonSlurper().parse(file("ouch/src/main/resources/fabric.mod.json"))
|
|
|
|
|
def rootBuild = file("build.gradle").text
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.ambiance_version != "0.0.0-alpha.14"
|
|
|
|
|
|| rootProject.ouch_version != "0.0.0-alpha.9"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.199"
|
|
|
|
@@ -4500,11 +4501,11 @@ tasks.register("verifyWeatherTntAmbianceRelease") {
|
|
|
|
|
|| !weatherTnt.contains("AmbianceDailyWeather.CLEAR")
|
|
|
|
|
|| !weatherTnt.contains("CLEAR_WEATHER_TICKS = 864_000")
|
|
|
|
|
|| weatherTnt.contains("setWeatherParameters")
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.207"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/ambiance-0.0.0-alpha.12.jar"')
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.208"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/ambiance-0.0.0-alpha.14.jar"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/ouch-0.0.0-alpha.9.jar"')) {
|
|
|
|
|
throw new GradleException("The alpha.200 Weather TNT and Ambiance release is incomplete")
|
|
|
|
|
}
|
|
|
|
@@ -4532,7 +4533,7 @@ tasks.register("verifyQuestRequestEscrowRelease") {
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def packwizIndex = file("pack/packwiz/index.toml").text
|
|
|
|
|
def sanctuaryManifest = new JsonSlurper().parse(file("sanctuary/src/main/resources/fabric.mod.json"))
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.sanctuary_version != "0.0.0-alpha.117"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.200"
|
|
|
|
|
|| migration.source?.modules?.sanctuary != "0.0.0-alpha.115"
|
|
|
|
@@ -4547,10 +4548,10 @@ tasks.register("verifyQuestRequestEscrowRelease") {
|
|
|
|
|
|| migration.compatibility?.sanctuary_target_network_protocol != 21
|
|
|
|
|
|| sanctuaryManifest.custom?.sanctuary26?.data_version != 11
|
|
|
|
|
|| sanctuaryManifest.custom?.sanctuary26?.network_protocol != 21
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.207"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.208"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/sanctuary-0.0.0-alpha.117.jar"')) {
|
|
|
|
|
throw new GradleException("The alpha.201 quest-request escrow release is incomplete")
|
|
|
|
|
}
|
|
|
|
@@ -4586,7 +4587,7 @@ tasks.register("verifyWaystoneShopCulinaryAlpha202Release") {
|
|
|
|
|
"iliketomoveit/src/main/resources/fabric.mod.json"))
|
|
|
|
|
def sanctuaryManifest = new JsonSlurper().parse(file(
|
|
|
|
|
"sanctuary/src/main/resources/fabric.mod.json"))
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.anotherworld_version != "0.0.0-alpha.55"
|
|
|
|
|
|| rootProject.itsalive_version != "0.0.0-alpha.33"
|
|
|
|
|
|| rootProject.iliketomoveit_version != "0.0.0-alpha.14"
|
|
|
|
@@ -4626,12 +4627,12 @@ tasks.register("verifyWaystoneShopCulinaryAlpha202Release") {
|
|
|
|
|
|| moveItManifest.custom?.sanctuary26?.network_protocol != 5
|
|
|
|
|
|| sanctuaryManifest.custom?.sanctuary26?.data_version != 11
|
|
|
|
|
|| sanctuaryManifest.custom?.sanctuary26?.network_protocol != 21
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.207"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| release.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != "26.2.0-alpha.208"
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.55.jar"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/itsalive-0.0.0-alpha.31.jar"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/itsalive-0.0.0-alpha.33.jar"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/iliketomoveit-0.0.0-alpha.14.jar"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/sanctuary-0.0.0-alpha.117.jar"')) {
|
|
|
|
|
throw new GradleException("The alpha.202 Waystone, Shop and culinary lectern release is incomplete")
|
|
|
|
@@ -4746,7 +4747,7 @@ tasks.register("verifySafeVaultFeature") {
|
|
|
|
|
def image = javax.imageio.ImageIO.read(file("anotherworld/src/main/resources/assets/anotherworld/textures/${path}"))
|
|
|
|
|
image == null || image.width != size[0] || image.height != size[1]
|
|
|
|
|
}.keySet()
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.anotherworld_version != "0.0.0-alpha.55"
|
|
|
|
|
|| rootProject.sanctuary_version != "0.0.0-alpha.117"
|
|
|
|
|
|| migration.schema_version != 1
|
|
|
|
@@ -4937,8 +4938,8 @@ tasks.register("verifySafeVaultInterfaceAlpha203Release") {
|
|
|
|
|
def prism = new JsonSlurper().parse(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def packwizIndex = file("pack/packwiz/index.toml").text
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.27.0.189.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.28.0.191.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.anotherworld_version != "0.0.0-alpha.55"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.202"
|
|
|
|
|
|| migration.source?.modules != [anotherworld: "0.0.0-alpha.50"]
|
|
|
|
@@ -4956,14 +4957,14 @@ tasks.register("verifySafeVaultInterfaceAlpha203Release") {
|
|
|
|
|
|| migration.distribution?.jei?.modrinth_version_id != "XXTFqqwG"
|
|
|
|
|
|| migration.distribution?.jei?.prism_manifest_updated != true
|
|
|
|
|
|| release.pack_version != rootProject.pack_version
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != rootProject.pack_version
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.55.jar"')
|
|
|
|
|
|| packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.50.jar"')
|
|
|
|
|
|| jeiFiles.size() != 1
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "821b8b69e67226539328de77e4445d0dec791231"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "1227f2b24e0f8745140b35b34de0ade146babe3b85ea57c49b08b05d2ef6a1ee5f9358f5795505904ddbbd1e359bc478e0c67b2115ce697996b95f9516f9ebbb") {
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "35353e18b1cf2a61339463447fce1f3e2f716b80"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "aa7dca89026fea2293a2e25fa4a84faf0eeaa6407b7e84991e69626ff1ee0f9df9ba3a5e096cbf631d08842693b115653c5c8373e5ef3953318a892dbdc0a33d") {
|
|
|
|
|
throw new GradleException("The alpha.203 upright safe-vault interface release is incomplete")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@@ -4983,8 +4984,8 @@ tasks.register("verifySafeVaultFixAlpha204Release") {
|
|
|
|
|
def prism = new JsonSlurper().parse(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def packwizIndex = file("pack/packwiz/index.toml").text
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.27.0.189.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.28.0.191.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.anotherworld_version != "0.0.0-alpha.55"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.203"
|
|
|
|
|
|| migration.source?.modules != [anotherworld: "0.0.0-alpha.51"]
|
|
|
|
@@ -5010,14 +5011,14 @@ tasks.register("verifySafeVaultFixAlpha204Release") {
|
|
|
|
|
|| migration.distribution?.jei?.modrinth_version_id != "OcMayhUH"
|
|
|
|
|
|| migration.distribution?.jei?.prism_manifest_updated != true
|
|
|
|
|
|| release.pack_version != rootProject.pack_version
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != rootProject.pack_version
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.55.jar"')
|
|
|
|
|
|| packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.51.jar"')
|
|
|
|
|
|| jeiFiles.size() != 1
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "821b8b69e67226539328de77e4445d0dec791231"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "1227f2b24e0f8745140b35b34de0ade146babe3b85ea57c49b08b05d2ef6a1ee5f9358f5795505904ddbbd1e359bc478e0c67b2115ce697996b95f9516f9ebbb") {
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "35353e18b1cf2a61339463447fce1f3e2f716b80"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "aa7dca89026fea2293a2e25fa4a84faf0eeaa6407b7e84991e69626ff1ee0f9df9ba3a5e096cbf631d08842693b115653c5c8373e5ef3953318a892dbdc0a33d") {
|
|
|
|
|
throw new GradleException("The alpha.204 Safe Block finalization release is incomplete")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@@ -5037,8 +5038,8 @@ tasks.register("verifySafeVaultCubeAlpha205Release") {
|
|
|
|
|
def prism = new JsonSlurper().parse(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def packwizIndex = file("pack/packwiz/index.toml").text
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.27.0.189.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.28.0.191.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.anotherworld_version != "0.0.0-alpha.55"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.204"
|
|
|
|
|
|| migration.source?.modules != [anotherworld: "0.0.0-alpha.52"]
|
|
|
|
@@ -5067,14 +5068,14 @@ tasks.register("verifySafeVaultCubeAlpha205Release") {
|
|
|
|
|
|| migration.distribution?.jei?.modrinth_version_id != "NtfJDMhk"
|
|
|
|
|
|| migration.distribution?.jei?.prism_manifest_updated != true
|
|
|
|
|
|| release.pack_version != rootProject.pack_version
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != rootProject.pack_version
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.55.jar"')
|
|
|
|
|
|| packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.52.jar"')
|
|
|
|
|
|| jeiFiles.size() != 1
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "821b8b69e67226539328de77e4445d0dec791231"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "1227f2b24e0f8745140b35b34de0ade146babe3b85ea57c49b08b05d2ef6a1ee5f9358f5795505904ddbbd1e359bc478e0c67b2115ce697996b95f9516f9ebbb") {
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "35353e18b1cf2a61339463447fce1f3e2f716b80"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "aa7dca89026fea2293a2e25fa4a84faf0eeaa6407b7e84991e69626ff1ee0f9df9ba3a5e096cbf631d08842693b115653c5c8373e5ef3953318a892dbdc0a33d") {
|
|
|
|
|
throw new GradleException("The alpha.205 hollow safe-vault cube release is incomplete")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@@ -5095,8 +5096,8 @@ tasks.register("verifySafeVaultCtmAlpha206Release") {
|
|
|
|
|
def prism = new JsonSlurper().parse(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def packwizIndex = file("pack/packwiz/index.toml").text
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.27.0.189.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.28.0.191.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.anotherworld_version != "0.0.0-alpha.55"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.205"
|
|
|
|
|
|| migration.source?.modules != [anotherworld: "0.0.0-alpha.53"]
|
|
|
|
@@ -5119,14 +5120,14 @@ tasks.register("verifySafeVaultCtmAlpha206Release") {
|
|
|
|
|
|| migration.compatibility?.pack_release_updated != true
|
|
|
|
|
|| migration.distribution?.packwiz_index_refreshed != true
|
|
|
|
|
|| release.pack_version != rootProject.pack_version
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != rootProject.pack_version
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.55.jar"')
|
|
|
|
|
|| packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.53.jar"')
|
|
|
|
|
|| jeiFiles.size() != 1
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "821b8b69e67226539328de77e4445d0dec791231"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "1227f2b24e0f8745140b35b34de0ade146babe3b85ea57c49b08b05d2ef6a1ee5f9358f5795505904ddbbd1e359bc478e0c67b2115ce697996b95f9516f9ebbb") {
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "35353e18b1cf2a61339463447fce1f3e2f716b80"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "aa7dca89026fea2293a2e25fa4a84faf0eeaa6407b7e84991e69626ff1ee0f9df9ba3a5e096cbf631d08842693b115653c5c8373e5ef3953318a892dbdc0a33d") {
|
|
|
|
|
throw new GradleException("The alpha.206 Safe Block CTM column release is incomplete")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@@ -5147,8 +5148,8 @@ tasks.register("verifySafeVaultUnlimitedAlpha207Release") {
|
|
|
|
|
def prism = new JsonSlurper().parse(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def packwizIndex = file("pack/packwiz/index.toml").text
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.27.0.189.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
def jeiFiles = prism.files.findAll { it.path == "mods/jei-26.2-fabric-30.28.0.191.jar" }
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.anotherworld_version != "0.0.0-alpha.55"
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.206"
|
|
|
|
|
|| migration.source?.modules != [anotherworld: "0.0.0-alpha.54"]
|
|
|
|
@@ -5178,14 +5179,14 @@ tasks.register("verifySafeVaultUnlimitedAlpha207Release") {
|
|
|
|
|
|| migration.compatibility?.pack_release_updated != true
|
|
|
|
|
|| migration.distribution?.packwiz_index_refreshed != true
|
|
|
|
|
|| release.pack_version != rootProject.pack_version
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.207.mrpack"
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != rootProject.pack_version
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.207"')
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.55.jar"')
|
|
|
|
|
|| packwizIndex.contains('file = "mods/anotherworld-0.0.0-alpha.54.jar"')
|
|
|
|
|
|| jeiFiles.size() != 1
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "821b8b69e67226539328de77e4445d0dec791231"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "1227f2b24e0f8745140b35b34de0ade146babe3b85ea57c49b08b05d2ef6a1ee5f9358f5795505904ddbbd1e359bc478e0c67b2115ce697996b95f9516f9ebbb") {
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "35353e18b1cf2a61339463447fce1f3e2f716b80"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "aa7dca89026fea2293a2e25fa4a84faf0eeaa6407b7e84991e69626ff1ee0f9df9ba3a5e096cbf631d08842693b115653c5c8373e5ef3953318a892dbdc0a33d") {
|
|
|
|
|
throw new GradleException("The alpha.207 unlimited safe-vault balance release is incomplete")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@@ -5236,7 +5237,7 @@ tasks.register("verifyCanapliaFoundation") {
|
|
|
|
|
"itsalive/src/main/java/fr/koka99cab/sanctuary26/itsalive/ItsAliveMod.java").text
|
|
|
|
|
def visualApiSource = file(
|
|
|
|
|
"ambiance/src/main/java/fr/koka99cab/sanctuary26/ambiance/api/visual/AmbianceVisualEffectApi.java").text
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.itsalive_version != "0.0.0-alpha.33"
|
|
|
|
|
|| rootProject.ambiance_version != "0.0.0-alpha.14"
|
|
|
|
|
|| migration.issue != 35
|
|
|
|
@@ -5301,6 +5302,7 @@ tasks.register("verifyCanapliaFoundation") {
|
|
|
|
|
|
|
|
|
|
tasks.named("verifyWorkspace") {
|
|
|
|
|
dependsOn "verifyCanapliaGameplay"
|
|
|
|
|
dependsOn "verifyCanapliaAlpha208Release"
|
|
|
|
|
dependsOn tasks.named("verifyWaystoneShopCulinaryAlpha202Release")
|
|
|
|
|
dependsOn tasks.named("verifySafeVaultFeature")
|
|
|
|
|
dependsOn tasks.named("verifySafeVaultInterfaceAlpha203Release")
|
|
|
|
@@ -5425,6 +5427,82 @@ tasks.register("verifyCanapliaGameplay") {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tasks.register("verifyCanapliaAlpha208Release") {
|
|
|
|
|
group = "verification"
|
|
|
|
|
description = "Checks the Sanctuary 26.2.0-alpha.208 Canaplia distribution release."
|
|
|
|
|
inputs.file(file("pack/migrations/26.2.0-alpha.207-canaplia-to-alpha.208.json"))
|
|
|
|
|
inputs.file(file("pack/release.json"))
|
|
|
|
|
inputs.file(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
inputs.file(file("pack/packwiz/pack.toml"))
|
|
|
|
|
inputs.file(file("pack/packwiz/index.toml"))
|
|
|
|
|
doLast {
|
|
|
|
|
def migration = new JsonSlurper().parse(file(
|
|
|
|
|
"pack/migrations/26.2.0-alpha.207-canaplia-to-alpha.208.json"))
|
|
|
|
|
def release = new JsonSlurper().parse(file("pack/release.json"))
|
|
|
|
|
def prism = new JsonSlurper().parse(file("pack/prism/modrinth.index.json"))
|
|
|
|
|
def packwiz = file("pack/packwiz/pack.toml").text
|
|
|
|
|
def packwizIndex = file("pack/packwiz/index.toml").text
|
|
|
|
|
def jeiFiles = prism.files.findAll {
|
|
|
|
|
it.path == "mods/jei-26.2-fabric-30.28.0.191.jar"
|
|
|
|
|
}
|
|
|
|
|
def expectedSource = [
|
|
|
|
|
ambiance: "0.0.0-alpha.12",
|
|
|
|
|
itsalive: "0.0.0-alpha.31",
|
|
|
|
|
onlyfun: "0.0.0-alpha.19"]
|
|
|
|
|
def expectedTarget = [
|
|
|
|
|
ambiance: "0.0.0-alpha.14",
|
|
|
|
|
itsalive: "0.0.0-alpha.33",
|
|
|
|
|
onlyfun: "0.0.0-alpha.20"]
|
|
|
|
|
if (rootProject.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| rootProject.ambiance_version != expectedTarget.ambiance
|
|
|
|
|
|| rootProject.itsalive_version != expectedTarget.itsalive
|
|
|
|
|
|| rootProject.onlyfun_version != expectedTarget.onlyfun
|
|
|
|
|
|| migration.source?.pack_version != "26.2.0-alpha.207"
|
|
|
|
|
|| migration.source?.modules != expectedSource
|
|
|
|
|
|| migration.target?.pack_version != "26.2.0-alpha.208"
|
|
|
|
|
|| migration.target?.modules != expectedTarget
|
|
|
|
|
|| migration.canaplia?.namespace != "canaplia"
|
|
|
|
|
|| migration.canaplia?.provided_by != "itsalive"
|
|
|
|
|
|| migration.canaplia?.variant_count != 16
|
|
|
|
|
|| migration.canaplia?.existing_chunks_supported != true
|
|
|
|
|
|| migration.canaplia?.server_authoritative_hybridization != true
|
|
|
|
|
|| migration.canaplia?.deterministic_composting != true
|
|
|
|
|
|| migration.canaplia?.codex_personal_and_shared != true
|
|
|
|
|
|| migration.canaplia?.visual_owner != "ambiance"
|
|
|
|
|
|| migration.canaplia?.shop_and_lootbox_excluded != true
|
|
|
|
|
|| migration.compatibility?.new_world_required != false
|
|
|
|
|
|| migration.compatibility?.historical_registry_ids_preserved != true
|
|
|
|
|
|| migration.compatibility?.save_reset_required != false
|
|
|
|
|
|| migration.compatibility?.itsalive_target_data_version != 2
|
|
|
|
|
|| migration.compatibility?.itsalive_target_network_protocol != 4
|
|
|
|
|
|| migration.compatibility?.ambiance_target_network_protocol != 5
|
|
|
|
|
|| migration.compatibility?.pack_release_updated != true
|
|
|
|
|
|| migration.distribution?.packwiz_index_refreshed != true
|
|
|
|
|
|| migration.distribution?.prism_modrinth_index_updated != true
|
|
|
|
|
|| migration.distribution?.shared_client_server_mrpack != true
|
|
|
|
|
|| migration.distribution?.jei?.source != "30.27.0.189"
|
|
|
|
|
|| migration.distribution?.jei?.target != "30.28.0.191"
|
|
|
|
|
|| migration.distribution?.jei?.release_type != "beta"
|
|
|
|
|
|| migration.distribution?.jei?.modrinth_version_id != "FQUVLzeD"
|
|
|
|
|
|| migration.distribution?.jei?.packwiz_and_prism_synchronized != true
|
|
|
|
|
|| release.pack_version != rootProject.pack_version
|
|
|
|
|
|| release.modrinth?.primary_file != "sanctuary-26.2.0-alpha.208.mrpack"
|
|
|
|
|
|| prism.versionId != rootProject.pack_version
|
|
|
|
|
|| !packwiz.contains('version = "26.2.0-alpha.208"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/ambiance-0.0.0-alpha.14.jar"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/itsalive-0.0.0-alpha.33.jar"')
|
|
|
|
|
|| !packwizIndex.contains('file = "mods/onlyfun-0.0.0-alpha.20.jar"')
|
|
|
|
|
|| packwizIndex.contains('file = "mods/ambiance-0.0.0-alpha.12.jar"')
|
|
|
|
|
|| packwizIndex.contains('file = "mods/itsalive-0.0.0-alpha.31.jar"')
|
|
|
|
|
|| packwizIndex.contains('file = "mods/onlyfun-0.0.0-alpha.19.jar"')
|
|
|
|
|
|| jeiFiles.size() != 1
|
|
|
|
|
|| jeiFiles[0].hashes?.sha1 != "35353e18b1cf2a61339463447fce1f3e2f716b80"
|
|
|
|
|
|| jeiFiles[0].hashes?.sha512 != "aa7dca89026fea2293a2e25fa4a84faf0eeaa6407b7e84991e69626ff1ee0f9df9ba3a5e096cbf631d08842693b115653c5c8373e5ef3953318a892dbdc0a33d") {
|
|
|
|
|
throw new GradleException("The alpha.208 Canaplia distribution release is incomplete")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tasks.named("check") {
|
|
|
|
|
dependsOn tasks.named("verifyWorkspace")
|
|
|
|
|
dependsOn tasks.named("verifyTransport")
|
|
|
|
|