Skip to content

Commit 9358f59

Browse files
committedAug 19, 2017
Updated build config
1 parent 82693da commit 9358f59

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
allprojects {
3-
version = '0.9.1'
3+
version = '0.9.2'
44
}

‎osh-node-outdoor/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies {
1818
compile 'org.sensorhub:sensorhub-driver-videocam:[0.1,2.0)'
1919
compile 'org.sensorhub:sensorhub-driver-rtpcam:[0.1,2.0)'
2020
compile 'org.sensorhub:sensorhub-driver-mavlink:[0.1,2.0)'
21-
//compile 'org.sensorhub:sensorhub-driver-trupulse:[0.1,2.0)'
2221
}
2322

2423
distributions {

‎settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def oshMainDir = "$rootDir/.."
33
gradle.ext.oshCoreDir = "$oshMainDir/osh-core"
44

55
// include builds from other repos
6-
def repos = ['osh-core', 'osh-comm', 'osh-sensors', 'osh-video', 'osh-positioning']
6+
def repos = ['osh-core', 'osh-comm', 'osh-sensors', 'osh-video', 'osh-positioning', 'osh-processing']
77
repos.each { repoName ->
88
File repoDir = new File(oshMainDir, repoName)
99
if (!repoDir.exists())

0 commit comments

Comments
 (0)
Please sign in to comment.