mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Don't remove start scripts from root directory
This commit is contained in:
parent
e9d34f39d9
commit
bf1c159477
10
build.gradle
10
build.gradle
@ -6,16 +6,6 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
configure(rootProject) {
|
||||
|
||||
// remove the 'bisq-*' scripts and 'lib' dir generated by the 'installDist' task
|
||||
task clean {
|
||||
doLast {
|
||||
delete fileTree(dir: rootProject.projectDir, include: 'bisq-*'), 'lib'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (hasProperty('buildScan')) {
|
||||
buildScan {
|
||||
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
|
||||
|
Loading…
Reference in New Issue
Block a user