mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-30 02:57:37 +08:00
ci: Set java version 8 (#50)
This commit is contained in:
commit
822af979e7
6
.github/workflows/bofore_checker.yml
vendored
6
.github/workflows/bofore_checker.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Maven Checker Style
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
- run: chmod 755 ./mvnw
|
||||
- run: ./mvnw clean install checkstyle:checkstyle -Dfindbugs.skip -Dskip.npm -DskipTests=true
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
- name: Maven Checker Bugs
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
- run: chmod 755 ./mvnw
|
||||
- run: ./mvnw clean install findbugs:findbugs -Dcheckstyle.skip -Dskip.npm -DskipTests=true
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
- name: Maven Checker Package
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
- run: chmod 755 ./mvnw
|
||||
- run: ./mvnw clean install package -Dfindbugs.skip -Dcheckstyle.skip -DskipTests=true
|
||||
|
2
.github/workflows/publish-selfhost.yml
vendored
2
.github/workflows/publish-selfhost.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Setup java
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
- name: Chmod
|
||||
run: chmod 755 ./mvnw
|
||||
|
Loading…
Reference in New Issue
Block a user