We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d28a0f commit 66da77dCopy full SHA for 66da77d
1 file changed
build.gradle.kts
@@ -26,7 +26,8 @@ buildscript {
26
// see the release checklist in the objectbox repo.
27
// If true won't build snapshots and removes version post fix (e.g. "-dev-SNAPSHOT"),
28
// uses release versions of dependencies.
29
- val isRelease = System.getenv("OBX_RELEASE") == "true"
+ // val isRelease = System.getenv("OBX_RELEASE") == "true"
30
+ val isRelease = true // On (public) main branch don't use snapshots (publishing is disabled in CI for main branch)
31
32
// version post fix: "-<value>" or "" if not defined; e.g. used by CI to pass in branch name
33
val versionPostFixValue = project.findProperty("versionPostFix")
0 commit comments