Skip to content

Commit

Permalink
use v0.6.0 of the MaVehicles library
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 12, 2021
1 parent 6d029dc commit 7d45b77
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 @@ -23,8 +23,8 @@ dependencies {
runtimeOnly 'net.aaaagames:PBRTerrain:' + pbrTerrainVersion

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 @@ -8,8 +8,8 @@ dependencies {
implementation 'com.github.stephengold:Minie:' + minieVersion
implementation 'com.github.stephengold:SkyControl:0.9.30'

implementation project(':MavLibrary')
//implementation '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 @@ -33,8 +33,8 @@ dependencies {
runtimeOnly 'org.codehaus.groovy:groovy-jsr223:3.0.7'

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 7d45b77

Please sign in to comment.