mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Remove osdetector plugin from desktop build
This is used only in common/build.gradle and is obsolete here.
This commit is contained in:
parent
d3d3ea629a
commit
d6178f6eea
1 changed files with 0 additions and 5 deletions
|
@ -4,7 +4,6 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
|
||||
classpath 'com.google.gradle:osdetector-gradle-plugin:1.6.0'
|
||||
classpath files('gradle-witness.jar')
|
||||
}
|
||||
}
|
||||
|
@ -13,13 +12,9 @@ apply plugin: 'java'
|
|||
apply plugin: 'application'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'com.google.osdetector'
|
||||
apply plugin: 'witness'
|
||||
apply from: 'gradle-witness.gradle'
|
||||
|
||||
ext.platform = osdetector.os == 'osx' ? 'mac' : osdetector.os == 'windows' ? 'win' : osdetector.os
|
||||
|
||||
|
||||
group = 'network.bisq'
|
||||
version = '0.8.0-SNAPSHOT'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue