Skip to content

Commit

Permalink
ui and x libraries: build with 0.9.2 SkyControl library
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 10, 2017
1 parent de09e25 commit 853ecb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ sourcesJar { baseName "${project.ext.baseName}" }

dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"
compile project(':SkyControl')

compile "jme3utilities:SkyControl:0.9.2"
//compile project(':SkyControl')
}

task pom {
Expand Down
4 changes: 3 additions & 1 deletion x/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ sourcesJar { baseName "${project.ext.baseName}" }

dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"
compile project(':SkyControl')

compile "jme3utilities:SkyControl:0.9.2"
//compile project(':SkyControl')
}

task pom {
Expand Down

0 comments on commit 853ecb6

Please sign in to comment.