Skip to content

Commit

Permalink
Merge branch 'gitlab' of
Browse files Browse the repository at this point in the history
git@github.com:geckoprojects-org/org.gecko.emf.persistence.git into
gitlab

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
  • Loading branch information
maho7791 committed Jan 19, 2024
1 parent b53b701 commit 47d3161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
java: [ 11, 17 ]
java: [ 17 ]
runner: [ 'xvfb-run --auto-servernum {0}' ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any

tools {
jdk 'OpenJDK11'
jdk 'OpenJDK17'
}
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
Expand Down

0 comments on commit 47d3161

Please sign in to comment.