Remove project spec

This commit is contained in:
Francis ANDRE 2018-09-25 08:50:25 +02:00
parent db76f4e970
commit a2d47d351a

View File

@ -1,5 +1,4 @@
project(":PDF") {
model {
model {
components {
PDF(NativeLibrarySpec) {
sources {
@ -34,7 +33,6 @@ project(":PDF") {
}
}
}
}
}
task poco { dependsOn "assemble" }