This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 4b59dc7df8c4db6babd261a99c0fc096a3879767 Author: Felix Schumacher <[email protected]> AuthorDate: Sat Aug 24 21:39:45 2019 +0200 Use Java 8 compatibility option for javadoc --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 810e1ac..4f7af34 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -454,6 +454,7 @@ allprojects { docTitle = "Apache JMeter ${project.name} API" windowTitle = "Apache JMeter ${project.name} API" header = "<b>Apache JMeter</b>" + addStringOption("source", "8") bottom = "Copyright © 1998-$lastEditYear Apache Software Foundation. All Rights Reserved." if (JavaVersion.current() >= JavaVersion.VERSION_1_9) {
