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