Skip to content

Commit 255c5f1

Browse files
committed
Fix workflow
1 parent 09938b9 commit 255c5f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-build-jdk17.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
restore-keys: ${{ runner.os }}-m2-snapshots
3838

3939
- name: Build with Maven
40-
run: mvn -B package --file pom.xml -Dcoherence.version=${{ matrix.version }}
40+
run: mvn -B package --file pom.xml -Dcoherence.version=${{ matrix.version }} -Dcoherence.group.id=com.oracle.coherence.ce

.github/workflows/polyglot-build-jdk21.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Build with Maven
5151
run: |
52-
mvn -B package --file pom.xml -Dcoherence.version=24.09
52+
mvn -B package --file pom.xml -Dcoherence.version=14.1.2-0-1 -Dcoherence.group.id=com.oracle.coherence.ce
5353
echo "Running Coherence"
5454
mvn exec:exec > output.log 2>&1 &
5555
echo "Sleeping 30..."

0 commit comments

Comments
 (0)