Skip to content

Commit 01663e1

Browse files
committed
comment out java 11 build
1 parent 67e758f commit 01663e1

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/test-framework-java.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,37 @@ on:
66
branches: ["master", "test-framework", "3.0.0"]
77

88
jobs:
9-
build:
10-
11-
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
java: [ 11 ]
15-
16-
steps:
17-
- uses: actions/checkout@v4
18-
- name: Set up Java
19-
uses: actions/setup-java@v4
20-
with:
21-
java-version: ${{ matrix.java }}
22-
distribution: temurin
23-
server-id: central
24-
server-username: MAVEN_USERNAME
25-
server-password: MAVEN_PASSWORD
26-
- name: Cache local Maven repository
27-
uses: actions/cache@v4
28-
with:
29-
path: ~/.m2/repository
30-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
31-
restore-keys: |
32-
${{ runner.os }}-maven-
33-
- name: Set up QEMU
34-
uses: docker/setup-qemu-action@v3
35-
- name: Build with Maven
36-
run: mvn -B -U verify --file pom.xml
37-
env:
38-
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
39-
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
9+
# build:
10+
#
11+
# runs-on: ubuntu-latest
12+
# strategy:
13+
# matrix:
14+
# java: [ 11 ]
15+
#
16+
# steps:
17+
# - uses: actions/checkout@v4
18+
# - name: Set up Java
19+
# uses: actions/setup-java@v4
20+
# with:
21+
# java-version: ${{ matrix.java }}
22+
# distribution: temurin
23+
# server-id: central
24+
# server-username: MAVEN_USERNAME
25+
# server-password: MAVEN_PASSWORD
26+
# - name: Cache local Maven repository
27+
# uses: actions/cache@v4
28+
# with:
29+
# path: ~/.m2/repository
30+
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
31+
# restore-keys: |
32+
# ${{ runner.os }}-maven-
33+
# - name: Set up QEMU
34+
# uses: docker/setup-qemu-action@v3
35+
# - name: Build with Maven
36+
# run: mvn -B -U verify --file pom.xml
37+
# env:
38+
# MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
39+
# MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
4040

4141

4242
build-java8:

0 commit comments

Comments
 (0)