SEBSLI-9 reset build yaml to development state
This commit is contained in:
parent
cd7c759b58
commit
ed68a5c74f
1 changed files with 6 additions and 6 deletions
12
.github/workflows/buildReporting.yml
vendored
12
.github/workflows/buildReporting.yml
vendored
|
@ -20,11 +20,11 @@ jobs:
|
||||||
name: Checkout repository
|
name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Set up JDK 17
|
name: Set up JDK 8
|
||||||
uses: actions/setup-java@v4.1.0
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '8'
|
||||||
distribution: 'temurin'
|
distribution: 'adopt'
|
||||||
-
|
-
|
||||||
name: Cache Maven packages
|
name: Cache Maven packages
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
@ -72,10 +72,10 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Set up JDK 17
|
name: Set up JDK 17
|
||||||
uses: actions/setup-java@v4.1.0
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'adopt'
|
||||||
-
|
-
|
||||||
name: Cache Maven packages
|
name: Cache Maven packages
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
Loading…
Reference in a new issue