mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 21:35:03 +01:00
Remove obsolete 'apply plugin' Gradle directives
- The 'java' plugin is added implicitly by the gradle/javafx.gradle script, so there is no longer a need to explicitly apply it. - The 'application' plugin is no longer necessary now that we are building native installers with the javafx plugin.
This commit is contained in:
parent
32fb720d2b
commit
db663db007
@ -1,5 +1,3 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'application'
|
||||
apply from: 'gradle/javafx.gradle'
|
||||
|
||||
version = '0.1.0-SNAPSHOT'
|
||||
|
Loading…
Reference in New Issue
Block a user