Skip to content

Commit

Permalink
use v0.5.0 of the MaVehicles library
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 31, 2021
1 parent f2b1829 commit c673c1b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion HelloMav/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies {
runtimeOnly 'net.aaaagames:PBRTerrain:' + pbrTerrainVersion

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

// cleanup tasks
Expand Down
13 changes: 7 additions & 6 deletions MavCommon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
description = 'a tech demo for jMonkeyEngine vehicles'

dependencies {
implementation 'org.jmonkeyengine:jme3-core:' + jmonkeyengineVersion
implementation 'org.jmonkeyengine:jme3-effects:' + jmonkeyengineVersion
//implementation 'org.jmonkeyengine:jme3-core:' + jmonkeyengineVersion
//implementation 'org.jmonkeyengine:jme3-effects:' + jmonkeyengineVersion

// non-JME dependencies:
implementation 'com.atr:jme-ttf:' + jmeTtfVersion
implementation 'com.github.stephengold:Heart:' + heartVersion
//implementation 'com.atr:jme-ttf:' + jmeTtfVersion
//implementation 'com.github.stephengold:Heart:' + heartVersion
implementation 'com.github.stephengold:Minie:' + minieVersion
implementation 'com.github.stephengold:SkyControl:0.9.29'

implementation project(':MavLibrary')

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

// cleanup tasks
Expand Down
5 changes: 3 additions & 2 deletions MavDemo1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
runtimeOnly 'org.jmonkeyengine:jme3-plugins:' + jmonkeyengineVersion

// non-JME dependencies:
implementation 'com.atr:jme-ttf:' + jmeTtfVersion
//implementation 'com.atr:jme-ttf:' + jmeTtfVersion
implementation 'com.github.stephengold:Garrett:' + garrettVersion
implementation 'com.github.stephengold:LemurPower:0.4.0'
implementation 'com.github.stephengold:Minie:' + minieVersion
Expand All @@ -33,7 +33,8 @@ dependencies {
runtimeOnly 'org.codehaus.groovy:groovy-jsr223:3.0.7'

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

task debugForceDialog(type: JavaExec) {
Expand Down

0 comments on commit c673c1b

Please sign in to comment.