[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:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user