Nightly Distribution of the master branch

Build: #1772 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
10 minutes
Labels
None
Revision
45e865757a7242ea4942855213b53a9670c06f9c
Total tests
793
Successful since
#1766 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 45e865757a7242ea4942855213b53a9670c06f9c [gradle] Use 'projectDirFile' File instance in getGitCommit()
The previous construct

def projectDir = dotGit.getParentFile()

was a little bit strange (and its declaration shadows the projectDir
String property).