vlsi opened a new pull request, #5989:
URL: https://github.com/apache/jmeter/pull/5989

   ## Description
   
   It enables automatic JDK provisioning (e.g. download), and it enables using 
different JDKs for executing Gradle and for building JMeter.
   
   The target bytecode is still 1.8 (it would be nice to bump the minimum 
requirements to Java 11), however, the build would require JDK 17 (it would 
automatically download one if none is detected locally)
   
   Java version can be specified when building with `-PjdkVersion=11`
   
   You could use `./gradlew -q javaToolchains` to list the detected toolchains.
   
   See https://docs.gradle.org/8.0/userguide/toolchains.html#sec:consuming
   
   Fixes https://github.com/apache/jmeter/issues/5986
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to