-
Bug
-
Resolution: Not A Defect
-
Minor
-
Jenkins 1.480.2
Gradle 1.0, Gradle 1.4
defaultTasks for a project are not taken into account and not executed.
Output of a commandline call './gradlew tasks':
<snip>
------------------------
All tasks runnable ...
------------------------
Default tasks: check, package
Help tasks
----------
<snip/>
Output of the same project inside jenkins ("Use gradle wrapper"):
<snip>
------------------------
All tasks runnable ...
------------------------
Help tasks
----------
<snip/>
The default tasks are missing, and are therefore not executed.