Native libraries publishing artifacts, closes #43

This commit is contained in:
Emux
2016-07-04 12:41:56 +03:00
parent b3217ae2c0
commit c389abc7a2
32 changed files with 50 additions and 10 deletions

View File

@@ -7,8 +7,6 @@ dependencies {
compile project(':vtm-jeo')
}
mainClassName = 'org.oscim.gdx.GdxMapApp'
sourceSets {
main {
java.srcDirs = ['src']
@@ -16,4 +14,5 @@ sourceSets {
}
}
mainClassName = 'org.oscim.gdx.GdxMapApp'
run { ignoreExitValue = true }