Commit Graph

11 Commits

Author SHA1 Message Date
Vladimir Sitnikov 1ee08f4e28 chore: use Gradle toolchains for JDK provisioning
It enables automatic JDK provisioning (e.g. download), and it enables
using different JDKs for executing Gradle and for building JMeter

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
2023-06-24 18:49:05 +03:00
Vladimir Sitnikov a9ec76d067 chore: factor build-logic so it is easier to reuse
See https://docs.gradle.org/current/userguide/structuring_software_products.html
2023-04-27 14:26:05 +03:00
Felix Schumacher 6515d2b431 Fix a few typos 2021-03-11 20:00:55 +01:00
pmouawad a9b45ce260 Updated SaxonHE to 9.9.1-8 (from 9.9.1-7)
Updated asm to 9.0 (from 7.3.1)
Updated bouncycastle to 1.67 (from 1.66)
Updated caffeine to 2.8.8 (from 2.8.0)
Updated commons-codec to 1.15 (from 1.14)
Updated commons-io to 2.8.0 (from 2.7)
Updated commons-net to 3.7.2 (from 3.7)
Updated jackson to 2.10.5 (from 2.10.3)
Updated json-path to 2.5.0 (from 2.4.0)
Updated junit to 4.13.1 (from 4.13)
Updated ph-commons to 9.5.1 (from 9.4.1)
Updated ph-css to 6.2.3 (from 6.2.1
2020-12-12 17:19:49 +01:00
pmouawad 2be7d62d10 Update release notes for 5.2.1 and fix doc of gw :src:dist:previewSite 2019-11-11 19:11:17 +01:00
Sebb d2224af264 Clarify docn 2019-11-10 11:08:06 +00:00
Felix Schumacher f14985d78c Add spotless rules for markdown files
And apply those rules to our markdown files
2019-10-03 22:25:45 +03:00
Graham Russell 8f36ca1cfb Improve gradle.md (#517) 2019-10-03 14:05:11 +02:00
pmouawad 35f9d4d25c Fix error (I hope I understood Vladimir correctly) 2019-10-03 13:55:27 +02:00
Felix Schumacher 58c9ff733f Markup changes. 2019-08-03 12:25:15 +02:00
Vladimir Sitnikov 2be94e85da Add Gradle build scripts 2019-08-02 15:17:12 +03:00