You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2019/10/07 17:54:04 UTC

[jmeter] branch master updated: Current Gradle does not support Java 13, so downgrade GitHub Actions to Java 12

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 a9349ad  Current Gradle does not support Java 13, so downgrade GitHub Actions to Java 12
a9349ad is described below

commit a9349adffb31f0b4d98ca11ce74e04c330661f2d
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Mon Oct 7 20:53:54 2019 +0300

    Current Gradle does not support Java 13, so downgrade GitHub Actions to Java 12
---
 .github/workflows/main.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8679312..bf6588f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,13 +10,13 @@ on:
 
 jobs:
   windows:
-    name: 'Windows (JDK 13)'
+    name: 'Windows (JDK 12)'
     runs-on: windows-latest
     steps:
     - uses: actions/checkout@master
       with:
         fetch-depth: 50
-    - name: 'Set up JDK 13'
+    - name: 'Set up JDK 12'
       uses: actions/setup-java@v1
       with:
         java-version: 13
@@ -26,13 +26,13 @@ jobs:
         ./gradlew build -x distTar -x distTarSha512 -x signDistTar -x distTarSource -x distTarSourceSha512 -x signDistTarSource
 
   mac:
-    name: 'macOS (JDK 13)'
+    name: 'macOS (JDK 12)'
     runs-on: macos-latest
     steps:
     - uses: actions/checkout@master
       with:
         fetch-depth: 50
-    - name: 'Set up JDK 13'
+    - name: 'Set up JDK 12'
       uses: actions/setup-java@v1
       with:
         java-version: 13