Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
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
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Queue
Merge requests
!459
Resolve "Lab creation broken due to labracore trying to return cluster details"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Lab creation broken due to labracore trying to return cluster details"
432-lab-creation-broken-due-to-labracore-trying-to-return-cluster-details
into
development
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Resolve "Lab creation broken due to labracore trying to return cluster details"
Otto Visser
requested to merge
432-lab-creation-broken-due-to-labracore-trying-to-return-cluster-details
into
development
Aug 16, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
Make sure to read our
contributing guide
Closes
#432 (closed)
Edited
Aug 16, 2021
by
Otto Visser
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
4a5981f2
1 commit,
Aug 16, 2021
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
build.gradle.kts
+
1
−
1
View file @ 4a5981f2
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,7 +9,7 @@ version = "2.0.0"
val
javaVersion
=
JavaVersion
.
VERSION_11
val
libradorVersion
=
"1.0.3-SNAPSHOT6"
val
labradoorVersion
=
"1.
0.8-SNAPSHOT4
"
val
labradoorVersion
=
"1.
1.1
"
val
queryDslVersion
=
"4.4.0"
// A definition of all dependencies and repositories where to find them that need to
Loading