mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Cleanup
This commit is contained in:
parent
b28348c03d
commit
299d7b6f21
@ -202,12 +202,12 @@ class SliceTasksPlugin extends RuleSource {
|
||||
|
||||
allprojects {
|
||||
buildDir = new File('guild') // DO NOT REMOVE OR CHANGE to 'build' since 'build' is a Poco directory
|
||||
}
|
||||
subprojects {
|
||||
file('bin').mkdirs()
|
||||
file('bin64').mkdirs()
|
||||
file('lib').mkdirs()
|
||||
file('lib64').mkdirs()
|
||||
}
|
||||
subprojects {
|
||||
/*
|
||||
clean.doFirst {
|
||||
file(projectDir, 'bin').delete()
|
||||
@ -223,8 +223,6 @@ subprojects {
|
||||
apply plugin: 'windows-messages'
|
||||
apply plugin: SliceTasksPlugin
|
||||
|
||||
buildDir = new File("guild")
|
||||
|
||||
|
||||
model {
|
||||
buildTypes {
|
||||
|
Loading…
Reference in New Issue
Block a user