Skip to content

Commit 89cc6a5

Browse files
ob_version = '2.2.0-property-virtual-SNAPSHOT'
1 parent 6dc5d15 commit 89cc6a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ version = ob_version
33

44
buildscript {
55
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
6+
ob_version = '2.2.0-property-virtual-SNAPSHOT'
7+
// 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
89
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
910

1011
isLinux = System.getProperty("os.name").contains("Linux")

0 commit comments

Comments
 (0)