diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index 18b0cdfd80..f99ba64be0 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -26,7 +26,7 @@ jobs: - name: Install JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache Gradle packages uses: actions/cache@v2 with: @@ -63,7 +63,7 @@ jobs: - name: Install JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache Gradle packages uses: actions/cache@v2 with: @@ -125,7 +125,7 @@ jobs: - name: Install JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache Gradle packages uses: actions/cache@v2 with: @@ -195,7 +195,7 @@ jobs: - name: Install JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache Gradle packages uses: actions/cache@v2 with: @@ -231,7 +231,7 @@ jobs: - name: Install JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache Gradle packages uses: actions/cache@v2 with: @@ -270,7 +270,7 @@ jobs: - name: Install JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache Gradle packages uses: actions/cache@v2 with: @@ -334,7 +334,7 @@ jobs: - name: Install JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache Gradle packages uses: actions/cache@v2 with: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index d218d75ad1..1226326e0b 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -12,7 +12,7 @@ jobs: - name: Install JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache Gradle packages uses: actions/cache@v2 with: diff --git a/cmake/modules/gluecodium/gluecodium/details/gradle/wrapper/gradle-wrapper.properties b/cmake/modules/gluecodium/gluecodium/details/gradle/wrapper/gradle-wrapper.properties index 41dfb87909..15de90249f 100644 --- a/cmake/modules/gluecodium/gluecodium/details/gradle/wrapper/gradle-wrapper.properties +++ b/cmake/modules/gluecodium/gluecodium/details/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/functional-tests/gradle/wrapper/gradle-wrapper.properties b/functional-tests/gradle/wrapper/gradle-wrapper.properties index 41dfb87909..15de90249f 100644 --- a/functional-tests/gradle/wrapper/gradle-wrapper.properties +++ b/functional-tests/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 41dfb87909..15de90249f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists