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 a60134d commit 7262167Copy full SHA for 7262167
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.0$versionPostFix-SNAPSHOT"
10
- ob_version = "2.4.0"
+ ob_version = "2.4.1$versionPostFix-SNAPSHOT"
11
println "ObjectBox Java version $ob_version"
12
13
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
0 commit comments