We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b62b7 commit 3b9d8d6Copy full SHA for 3b9d8d6
2 files changed
.github/workflows/build.yml
@@ -44,10 +44,10 @@ jobs:
44
- name: Install demo project
45
run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
46
47
- - name: Set up JDK 17
+ - name: Set up JDK 21
48
uses: actions/setup-java@v5
49
with:
50
- java-version: '17'
+ java-version: '21'
51
distribution: 'temurin'
52
server-id: central
53
server-username: MAVEN_USERNAME
.github/workflows/release.yml
@@ -12,6 +12,8 @@ jobs:
12
build:
13
14
runs-on: ubuntu-latest
15
+ env:
16
+ DB_URL: "//localhost:1521/FREEPDB1"
17
18
services:
19
oracle:
0 commit comments