From 5aab0d1427f39756db525956ee16ffa0fef8b439 Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Wed, 15 Jul 2026 04:28:19 +0100 Subject: [PATCH] [ci skip] primative and functional oh, my! This stuff is not ideal, but it's the only real protection here unless we just hack the automation here --- proxy/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/build.gradle.kts b/proxy/build.gradle.kts index 9922a573..c026bda4 100644 --- a/proxy/build.gradle.kts +++ b/proxy/build.gradle.kts @@ -132,7 +132,7 @@ fill { versionFamily("4.0.0") version(projectVersion) - if (versionFamily.get().split(".") != projectVersion.split(".")) { + if (versionFamily.get().split(".")[0] != projectVersion.split(".")[0]) { throw IllegalArgumentException("Version family does not match project version") }