Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Portal
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
Portal
Merge requests
!58
Release 1.0.1
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Release 1.0.1
development
into
master
Overview
0
Commits
1
Pipelines
16
Changes
1
Merged
Release 1.0.1
Otto Visser
requested to merge
development
into
master
Dec 6, 2023
Overview
0
Commits
1
Pipelines
16
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7904825a
1 commit,
Dec 6, 2023
1 file
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
build.gradle.kts
+
6
−
6
View file @ 7904825a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,12 +4,12 @@ import nl.javadude.gradle.plugins.license.DownloadLicensesExtension
import
nl.javadude.gradle.plugins.license.LicenseExtension
group
=
"nl.tudelft.labrador"
version
=
"1.0.
0
"
version
=
"1.0.
1
"
val
javaVersion
=
JavaVersion
.
VERSION_17
val
labradoorVersion
=
"1.4.1"
val
libradorVersion
=
"1.
2.1
"
val
libradorVersion
=
"1.
3.0
"
val
commonsVersion
=
"3.2.2"
val
jaegerVersion
=
"3.1.2"
val
openCSVVersion
=
"5.8"
@@ -43,15 +43,15 @@ plugins {
`maven-publish`
// upgrade checker
id
(
"com.github.ben-manes.versions"
).
version
(
"0.
49
.0"
)
id
(
"com.github.ben-manes.versions"
).
version
(
"0.
50
.0"
)
// Spring plugins for managing dependencies and creating
// a nice Spring Boot application.
id
(
"org.springframework.boot"
).
version
(
"2.7.1
7
"
)
id
(
"io.spring.dependency-management"
).
version
(
"1.1.
3
"
)
id
(
"org.springframework.boot"
).
version
(
"2.7.1
8
"
)
id
(
"io.spring.dependency-management"
).
version
(
"1.1.
4
"
)
// Spotless plugin for checking style of Java code.
id
(
"com.diffplug.spotless"
).
version
(
"6.2
2.0
"
)
id
(
"com.diffplug.spotless"
).
version
(
"6.2
3.3
"
)
// Plugin for checking license headers within our code and files.
id
(
"com.github.hierynomus.license"
).
version
(
"0.16.1"
)
Loading