Skip to content

Commit b460b54

Browse files
Revert "ob_version = '2.2.0-property-virtual-SNAPSHOT'"
This reverts commit 89cc6a5
1 parent d20957f commit b460b54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

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

44
buildscript {
55
ext {
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
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
98
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
109

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

0 commit comments

Comments
 (0)