Skip to content

Commit

Permalink
debug/build.gradle: build with latest release of SkyControl library
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 9, 2017
1 parent b422dbf commit 7d88cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ext {
repositories {
maven { url "https://jcenter.bintray.com" }
maven { url "https://dl.bintray.com/stephengold/org.jmonkeyengine" }
maven { url "https://dl.bintray.com/stephengold/jme3utilities" }
}

task sourcesJar(type: Jar, dependsOn: classes, description: 'Create a jar of source files.') {
Expand Down
3 changes: 2 additions & 1 deletion debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ 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 7d88cf2

Please sign in to comment.