Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ttc18live
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stgroup
ttc18live
Merge requests
!2
CI and other bugs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI and other bugs
ci
into
master
Overview
0
Commits
16
Pipelines
1
Changes
19
Merged
René Schöne
requested to merge
ci
into
master
4 years ago
Overview
0
Commits
16
Pipelines
1
Changes
19
Expand
0
0
Merge request reports
Viewing commit
2e0aeeab
Prev
Next
Show latest version
19 files
+
75
−
33
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
2e0aeeab
Fix incremental/flush, add reusable-flush, deactivate benchmark on ci
· 2e0aeeab
René Schöne
authored
4 years ago
namelookup-xml-flush/build.gradle
+
3
−
3
Options
@@ -14,8 +14,8 @@ plugins {
ext
.
relastFiles
=
[]
apply
from:
'../solve/gradle-parts/
base
.gradle'
apply
from:
'../solve/gradle-parts/
01-inc-flush
.gradle'
apply
from:
'../solve/gradle-parts/
inc-flush
.gradle'
apply
from:
'../solve/gradle-parts/
02-base
.gradle'
apply
from:
'../solve/gradle-parts/rel-namelookup.gradle'
apply
from:
'../solve/gradle-parts/
03-
rel-namelookup.gradle'
Loading