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
!19
dev to master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
dev to master
dev
into
master
Overview
0
Commits
69
Pipelines
2
Changes
32
Merged
René Schöne
requested to merge
dev
into
master
4 years ago
Overview
0
Commits
69
Pipelines
2
Changes
32
0
0
Merge request reports
Viewing commit
4d1f43c6
Prev
Next
Show latest version
32 files
+
639
−
453
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
32
4d1f43c6
Resolve "Cleanup parser"
· 4d1f43c6
René Schöne
authored
4 years ago
buildSrc/src/main/groovy/eraser.java-common-conventions.gradle
+
4
−
0
View file @ 4d1f43c6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -23,6 +23,10 @@ tasks.named('test') {
}
}
tasks
.
withType
(
JavaCompile
)
{
options
.
deprecation
=
true
}
task
allTests
(
type:
Test
,
dependsOn:
testClasses
)
{
description
=
'Run every test'
group
=
'verification'
Loading