Don't remove start scripts from root directory

This commit is contained in:
Alva Swanson 2023-09-11 00:34:28 +02:00
parent e9d34f39d9
commit bf1c159477
No known key found for this signature in database
GPG Key ID: 004760E77F753090

View File

@ -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'