Skip to content

Commit

Permalink
apps: use v0.7.1 of the MaVehicles library
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 4, 2023
1 parent 1d37a46 commit f14d9cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions HelloMav/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
implementation minieCoordinates

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,6 +8,6 @@ dependencies {
implementation skyControlCoordinates
runtimeOnly 'org.jmonkeyengine:jme3-lwjgl3:' + jme3Version

implementation project(':MavLibrary')
//compileOnly 'com.github.stephengold:MaVehicles:' + maVehiclesVersion
//implementation project(':MavLibrary')
compileOnly 'com.github.stephengold:MaVehicles:' + maVehiclesVersion
}
4 changes: 2 additions & 2 deletions MavDemo1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
runtimeOnly 'org.codehaus.groovy:groovy-jsr223:3.0.16'

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 MavDemo2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
implementation skyControlCoordinates

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

tasks.register('debugForceDialog', JavaExec) {
Expand Down

0 comments on commit f14d9cc

Please sign in to comment.