Skip to content

Commit

Permalink
use v0.7.0 of the MaVehicles library
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 8, 2021
1 parent aee5059 commit a84846b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions HelloMav/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies {
implementation 'com.github.stephengold:Minie:' + minieVersion

implementation project(':MavCommon')
implementation project(':MavLibrary')
//implementation 'com.github.stephengold:MaVehicles:' + maVehiclesVersion
//implementation project(':MavLibrary')
implementation 'com.github.stephengold:MaVehicles:' + maVehiclesVersion
}

// cleanup tasks
Expand Down
4 changes: 2 additions & 2 deletions MavCommon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
implementation 'com.github.stephengold:Minie:' + minieVersion
implementation 'com.github.stephengold:SkyControl:1.0.0'

implementation project(':MavLibrary')
//compileOnly 'com.github.stephengold:MaVehicles:' + maVehiclesVersion
//implementation project(':MavLibrary')
compileOnly 'com.github.stephengold:MaVehicles:' + maVehiclesVersion
}

// cleanup tasks
Expand Down
4 changes: 2 additions & 2 deletions MavDemo1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies {
runtimeOnly 'org.codehaus.groovy:groovy-jsr223:3.0.8'

implementation project(':MavCommon')
implementation project(':MavLibrary')
//implementation 'com.github.stephengold:MaVehicles:' + maVehiclesVersion
//implementation project(':MavLibrary')
implementation 'com.github.stephengold:MaVehicles:' + maVehiclesVersion
}

task debugForceDialog(type: JavaExec) {
Expand Down

0 comments on commit a84846b

Please sign in to comment.