We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1496f commit 7a47a07Copy full SHA for 7a47a07
build.gradle
@@ -6,8 +6,7 @@ buildscript {
6
// version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
7
def versionPostFixValue = project.findProperty('versionPostFix')
8
def versionPostFix = versionPostFixValue ? "-$versionPostFixValue" : ''
9
-// ob_version = "2.4.1$versionPostFix-SNAPSHOT"
10
- ob_version = "2.4.1"
+ ob_version = "2.4.2$versionPostFix-SNAPSHOT"
11
println "ObjectBox Java version $ob_version"
12
13
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
0 commit comments