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 4159674b211d59949e16b50dac05d2f1aad5a708 Author: Felix Schumacher <[email protected]> AuthorDate: Sun Aug 9 18:02:51 2020 +0200 Seems to be the wrong path for libs, so remove it again --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d429ff2..4f0c605 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -185,7 +185,6 @@ sonarqube { property("sonar.links.ci", "https://builds.apache.org/job/JMeter-trunk/") property("sonar.links.scm", "https://jmeter.apache.org/svnindex.html") property("sonar.links.issue", "https://jmeter.apache.org/issues.html") - property("sonar.java.libraries", "./lib/**/*.jar") } }
