Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b9d8d6

Browse files
author
Jacek Gębal
committed
Update of java env version and fix of build process DB connections.
1 parent 75b62b7 commit 3b9d8d6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- name: Install demo project
4545
run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
4646

47-
- name: Set up JDK 17
47+
- name: Set up JDK 21
4848
uses: actions/setup-java@v5
4949
with:
50-
java-version: '17'
50+
java-version: '21'
5151
distribution: 'temurin'
5252
server-id: central
5353
server-username: MAVEN_USERNAME

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
build:
1313

1414
runs-on: ubuntu-latest
15+
env:
16+
DB_URL: "//localhost:1521/FREEPDB1"
1517

1618
services:
1719
oracle:

0 commit comments

Comments
 (0)