Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
eraser
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenLicht
eraser
Merge requests
!12
Resolve "Cleanup parser"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Cleanup parser"
41-cleanup-parser
into
dev
Overview
0
Commits
19
Pipelines
8
Changes
32
Merged
René Schöne
requested to merge
41-cleanup-parser
into
dev
4 years ago
Overview
0
Commits
19
Pipelines
8
Changes
32
Closes
#41 (closed)
Edited
4 years ago
by
René Schöne
0
0
Merge request reports
Compare
dev
version 7
695c0d30
4 years ago
version 6
728745c7
4 years ago
version 5
edc9afac
4 years ago
version 4
b2009a1d
4 years ago
version 3
0aa1e02f
4 years ago
version 2
37672e7a
4 years ago
version 1
d9eb3c2a
4 years ago
dev (base)
and
latest version
latest version
ab148a64
19 commits,
4 years ago
version 7
695c0d30
18 commits,
4 years ago
version 6
728745c7
17 commits,
4 years ago
version 5
edc9afac
16 commits,
4 years ago
version 4
b2009a1d
14 commits,
4 years ago
version 3
0aa1e02f
13 commits,
4 years ago
version 2
37672e7a
12 commits,
4 years ago
version 1
d9eb3c2a
11 commits,
4 years ago
32 files
+
639
−
453
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
32
buildSrc/src/main/groovy/eraser.java-common-conventions.gradle
+
4
−
0
View file @ ab148a64
Edit in single-file editor
Open in Web IDE
Show full file
@@ -23,6 +23,10 @@ tasks.named('test') {
@@ -23,6 +23,10 @@ tasks.named('test') {
}
}
}
}
tasks
.
withType
(
JavaCompile
)
{
options
.
deprecation
=
true
}
task
allTests
(
type:
Test
,
dependsOn:
testClasses
)
{
task
allTests
(
type:
Test
,
dependsOn:
testClasses
)
{
description
=
'Run every test'
description
=
'Run every test'
group
=
'verification'
group
=
'verification'
Loading