We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09938b9 commit 255c5f1Copy full SHA for 255c5f1
.github/workflows/maven-build-jdk17.yml
@@ -37,4 +37,4 @@ jobs:
37
restore-keys: ${{ runner.os }}-m2-snapshots
38
39
- name: Build with Maven
40
- run: mvn -B package --file pom.xml -Dcoherence.version=${{ matrix.version }}
+ run: mvn -B package --file pom.xml -Dcoherence.version=${{ matrix.version }} -Dcoherence.group.id=com.oracle.coherence.ce
.github/workflows/polyglot-build-jdk21.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
run: |
52
- mvn -B package --file pom.xml -Dcoherence.version=24.09
+ mvn -B package --file pom.xml -Dcoherence.version=14.1.2-0-1 -Dcoherence.group.id=com.oracle.coherence.ce
53
echo "Running Coherence"
54
mvn exec:exec > output.log 2>&1 &
55
echo "Sleeping 30..."
0 commit comments