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,4 +1,3 @@
project(":PDF") {
model { model {
components { components {
PDF(NativeLibrarySpec) { PDF(NativeLibrarySpec) {
@ -35,6 +34,5 @@ project(":PDF") {
} }
} }
} }
}
task poco { dependsOn "assemble" } task poco { dependsOn "assemble" }