Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Merge requests
!862
Resolve "make code compatible with java 11"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "make code compatible with java 11"
810-make-code-compatible-with-java-11
into
master
Overview
0
Commits
5
Pipelines
5
Changes
1
Merged
Piotr Gawron
requested to merge
810-make-code-compatible-with-java-11
into
master
5 years ago
Overview
0
Commits
5
Pipelines
5
Changes
1
Expand
Closes
#810 (closed)
Edited
5 years ago
by
Piotr Gawron
0
0
Merge request reports
Viewing commit
d5199100
Prev
Next
Show latest version
1 file
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d5199100
disable test due to problem with celldesigner
· d5199100
Piotr Gawron
authored
5 years ago
.gitlab-ci.yml
+
4
−
3
Options
@@ -173,9 +173,10 @@ test:backend:CellDesigner_plugin:jdk-8:
<<
:
*jdk_8_definition
script
:
*test_backend_CellDesigner_plugin_definition
test:backend:CellDesigner_plugin:jdk-11
:
<<
:
*jdk_11_definition
script
:
*test_backend_CellDesigner_plugin_definition
#CellDesigner is working on java 8 and is incompatible with java 11
#test:backend:CellDesigner_plugin:jdk-11:
# <<: *jdk_11_definition
# script: *test_backend_CellDesigner_plugin_definition
test:backend:converter:jdk-8
:
<<
:
*jdk_8_definition
Loading