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

Changed clea.

parent 0c01101a
No related branches found
No related tags found
1 merge request!24Feat/brailletextrasterizer 38
...@@ -55,13 +55,11 @@ task copyBrailleTables(type: Copy) { ...@@ -55,13 +55,11 @@ task copyBrailleTables(type: Copy) {
from "$projectDir/third_party/liblouis/tables/" from "$projectDir/third_party/liblouis/tables/"
into "$rootDir/src/main/resources/mapping/liblouis" into "$rootDir/src/main/resources/mapping/liblouis"
} }
// Delete tables
processResources.dependsOn copyBrailleTables
clean { clean {
delete "$rootDir/src/main/resources/mapping/liblouis" delete "$rootDir/src/main/resources/mapping/liblouis"
} }
processResources.dependsOn copyBrailleTables
// Define the main class for the application // Define the main class for the application
mainClassName = 'de.tudresden.inf.mci.brailleplot.App' mainClassName = 'de.tudresden.inf.mci.brailleplot.App'
......
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