Split test app project out of root project.
This commit is contained in:
14
test-app/build.gradle
Normal file
14
test-app/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
apply plugin: 'application'
|
||||
|
||||
mainClassName = 'net.rubygrapefruit.platform.Main'
|
||||
applicationName = 'native-platform-test'
|
||||
archivesBaseName = 'native-platform-test'
|
||||
|
||||
dependencies {
|
||||
compile project(':')
|
||||
}
|
||||
|
||||
configurations.archives.artifacts.clear()
|
||||
artifacts {
|
||||
archives distZip
|
||||
}
|
||||
Reference in New Issue
Block a user