Browse Source

Merge pull request #9721 from nextcloud/chore/temurin

workflows: Use temurin JDK instead of adopt
Tobias Kaminsky 3 years ago
parent
commit
add4b08802

+ 1 - 1
.github/workflows/analysis.yml

@@ -12,7 +12,7 @@ jobs:
             -   name: Set up JDK 11
                 uses: actions/setup-java@v2
                 with:
-                    distribution: "adopt"
+                    distribution: "temurin"
                     java-version: 11
             -   name: Run analysis wrapper
                 run: |

+ 1 - 1
.github/workflows/assembleFlavors.yml

@@ -16,7 +16,7 @@ jobs:
             -   name: set up JDK 11
                 uses: actions/setup-java@v2
                 with:
-                    distribution: "adopt"
+                    distribution: "temurin"
                     java-version: 11
             -   name: Build ${{ matrix.flavor }}
                 run: |

+ 1 - 1
.github/workflows/check.yml

@@ -16,7 +16,7 @@ jobs:
             -   name: Set up JDK 11
                 uses: actions/setup-java@v2
                 with:
-                    distribution: "adopt"
+                    distribution: "temurin"
                     java-version: 11
             -   name: Check ${{ matrix.task }}
                 run: ./gradlew ${{ matrix.task }}

+ 0 - 0
.github/workflows/detectSnapshost.yml → .github/workflows/detectSnapshot.yml


+ 1 - 1
.github/workflows/qa.yml

@@ -17,7 +17,7 @@ jobs:
                 if: ${{ steps.check-secrets.outputs.ok == 'true' }}
                 uses: actions/setup-java@v2
                 with:
-                    distribution: "adopt"
+                    distribution: "temurin"
                     java-version: 11
             -   name: Build QA
                 if: ${{ steps.check-secrets.outputs.ok == 'true' }}

+ 1 - 1
.github/workflows/screenShotTest.yml

@@ -34,7 +34,7 @@ jobs:
 
             -   uses: actions/setup-java@v2
                 with:
-                    distribution: "adopt"
+                    distribution: "temurin"
                     java-version: 11
 
             -   name: create AVD and generate snapshot for caching