[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
This commit is contained in:
Shane Freeder
2026-07-15 04:28:22 +01:00
parent 1cd8d51d02
commit 5aab0d1427
+1 -1
View File
@@ -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")
}