You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/08/09 15:23:11 UTC

[jmeter] branch master updated: Use correct path for jars

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


The following commit(s) were added to refs/heads/master by this push:
     new eeb5258  Use correct path for jars
eeb5258 is described below

commit eeb52588b6d4d0930e321b32718c2349ef053871
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sun Aug 9 17:22:56 2020 +0200

    Use correct path for jars
---
 build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index df52b37..d429ff2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -185,7 +185,7 @@ 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", "./libs/**/*.jar")
+        property("sonar.java.libraries", "./lib/**/*.jar")
     }
 }