Skip to content
Snippets Groups Projects
Commit 0c01101a authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Moved clean up.

parent 803881d6
No related branches found
No related tags found
1 merge request!24Feat/brailletextrasterizer 38
......@@ -55,6 +55,11 @@ task copyBrailleTables(type: Copy) {
from "$projectDir/third_party/liblouis/tables/"
into "$rootDir/src/main/resources/mapping/liblouis"
}
// Delete tables
clean {
delete "$rootDir/src/main/resources/mapping/liblouis"
}
processResources.dependsOn copyBrailleTables
// Define the main class for the application
......@@ -75,10 +80,7 @@ checkstyleTest {
checkstyleTest.enabled = false
}
// Delete tables
clean {
delete "$rootDir/src/main/resources/mapping/liblouis"
}
// Needed for Integrationtests
apply from: "$rootDir/integrationTest.gradle"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment