Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LabraDoor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
EIP
Labrador
LabraDoor
Merge requests
!60
Update log4j
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Update log4j
log4j-update
into
development
Overview
0
Commits
1
Pipelines
13
Changes
2
Merged
Update log4j
Cédric Willekens
requested to merge
log4j-update
into
development
Dec 15, 2021
Overview
0
Commits
1
Pipelines
13
Changes
2
0
0
Merge request reports
Compare
development
version 5
9cd5d42b
Mar 1, 2023
version 4
161aa95d
Mar 1, 2023
version 3
690ba2e7
Mar 1, 2023
version 2
dcdf12f0
Mar 1, 2023
version 1
698a2a80
Dec 15, 2021
development (base)
and
latest version
latest version
3ccb8679
1 commit,
Mar 1, 2023
version 5
9cd5d42b
1 commit,
Mar 1, 2023
version 4
161aa95d
1 commit,
Mar 1, 2023
version 3
690ba2e7
1 commit,
Mar 1, 2023
version 2
dcdf12f0
1 commit,
Mar 1, 2023
version 1
698a2a80
1 commit,
Dec 15, 2021
2 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
.gitlab-ci.yml
+
4
−
2
View file @ 3ccb8679
Edit in single-file editor
Open in Web IDE
Show full file
@@ -89,7 +89,9 @@ gradle_test:
-
codecov/
reports
:
junit
:
build/test-results/test/TEST-*.xml
cobertura
:
build/reports/jacoco/test/jacocoTestReport.xml
coverage_report
:
coverage_format
:
cobertura
path
:
build/reports/jacoco/test/jacocoTestReport.xml
script
:
-
gradle test
after_script
:
@@ -164,7 +166,7 @@ publish_jar:
paths
:
-
labradoor.jar
script
:
-
"
VERSION=$(gradle
properties
|
grep
'version:'
|
sed
-e
's/version:
//')"
-
"
VERSION=$(gradle
properties
|
grep
'
^
version:'
|
sed
-e
's/version:
//')"
-
cp -v "build/libs/labradoor-$VERSION-plain.jar" ./labradoor.jar
# Publish to maven repositories
Loading