mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Configure Gradle application plugin
- `./gradlew run` to launch Bitsquare - `./gradlew installApp` to create scripts in build/install/bitsquare See http://www.gradle.org/docs/current/userguide/userguide_single.html#application_plugin
This commit is contained in:
parent
62cb43dce5
commit
0501965b99
@ -1,7 +1,9 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'application'
|
||||
|
||||
version = '0.1.0-SNAPSHOT'
|
||||
sourceCompatibility = 1.8
|
||||
mainClassName = 'io.bitsquare.BitSquare'
|
||||
|
||||
sourceSets.main.resources.srcDirs += 'src/main/java'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user