yet another try

This commit is contained in:
alexcrea 2026-07-16 19:56:18 +02:00
parent 0a9477b3bc
commit ff995b3c02
Signed by: alexcrea
GPG key ID: E59DF23EE2A2266C

View file

@ -450,8 +450,10 @@ hangarPublish {
configure(true, "DevSnapshot", "Release") configure(true, "DevSnapshot", "Release")
} }
publications.register("offline") { if(!isDevBuild) {
configure(false, null, "OfflineRelease") publications.register("offline") {
configure(false, null, "OfflineRelease")
}
} }
} }