Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BraillePlot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Georg Graßnick
BraillePlot
Commits
95b8babf
Commit
95b8babf
authored
5 years ago
by
Georg Graßnick
Browse files
Options
Downloads
Patches
Plain Diff
Fix layout
parent
a816b8bb
No related branches found
No related tags found
1 merge request
!24
Feat/brailletextrasterizer 38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
with
2 additions
and
2 deletions
build.gradle
+
2
−
2
View file @
95b8babf
...
@@ -50,16 +50,16 @@ tasks.withType(Test) {
...
@@ -50,16 +50,16 @@ tasks.withType(Test) {
useJUnitPlatform
()
useJUnitPlatform
()
}
}
// Copy Braille tables from submodule to working dir
// Copy Braille tables from submodule to working dir
/ delete them on "clean" task
task
copyBrailleTables
(
type:
Copy
)
{
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"
}
}
processResources
.
dependsOn
copyBrailleTables
processResources
.
dependsOn
copyBrailleTables
clean
{
clean
{
delete
"$rootDir/src/main/resources/mapping/liblouis"
delete
"$rootDir/src/main/resources/mapping/liblouis"
}
}
// 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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment