mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
yet another try
This commit is contained in:
parent
0a9477b3bc
commit
ff995b3c02
1 changed files with 4 additions and 2 deletions
|
|
@ -450,8 +450,10 @@ hangarPublish {
|
||||||
configure(true, "DevSnapshot", "Release")
|
configure(true, "DevSnapshot", "Release")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!isDevBuild) {
|
||||||
publications.register("offline") {
|
publications.register("offline") {
|
||||||
configure(false, null, "OfflineRelease")
|
configure(false, null, "OfflineRelease")
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue