This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 8ce5097d27 chore: use Java 17 for Errorprone analysis
8ce5097d27 is described below
commit 8ce5097d27c29c170b0711656e8b6f824ae49620
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Dec 14 18:51:30 2023 +0300
chore: use Java 17 for Errorprone analysis
---
.github/workflows/main.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 56934e3584..e3edfebd79 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -87,14 +87,14 @@ jobs:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
errorprone:
- name: 'Error Prone (JDK 11)'
+ name: 'Error Prone (JDK 17)'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - name: 'Set up JDK 11'
+ - name: 'Set up JDK 17'
uses: actions/setup-java@v3
with:
- java-version: 11
+ java-version: 17
distribution: 'zulu'
- uses: burrunan/gradle-cache-action@v1
name: Test