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 6dc5d15 commit 89cc6a5Copy full SHA for 89cc6a5
build.gradle
@@ -3,8 +3,9 @@ version = ob_version
3
4
buildscript {
5
ext {
6
- ob_version = '2.2.0-SNAPSHOT'
7
- ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
+ ob_version = '2.2.0-property-virtual-SNAPSHOT'
+// ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
8
+ ob_native_version = '2.2.0-SNAPSHOT' // Be careful to diverge here; easy to forget and hard to find JNI problems
9
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
10
11
isLinux = System.getProperty("os.name").contains("Linux")
0 commit comments