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 2019/10/26 11:49:29 UTC

[jmeter] branch master updated: Add a link to the gradle.md file on github

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 686b786  Add a link to the gradle.md file on github
686b786 is described below

commit 686b7860907b417af5bfbabfe8bcd1776e7cd371
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Oct 26 13:49:14 2019 +0200

    Add a link to the gradle.md file on github
---
 xdocs/building.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xdocs/building.xml b/xdocs/building.xml
index dc8b796..16f738b 100644
--- a/xdocs/building.xml
+++ b/xdocs/building.xml
@@ -45,7 +45,8 @@ The basic command is:</p>
 </source>
 <p>
 See the list of available tasks via <code>./gradlew tasks</code> (or <code>./gradlew tasks --all</code>)
-for the other tasks that can be used.
+for the other tasks that can be used. More detailed information about the available tasks can be found
+in <a href="https://github.com/apache/jmeter/blob/master/gradle.md">gradle.md</a>.
 </p>
 
 <h3>Opening project via IntelliJ IDEA</h3>