Skip to content

Commit

Permalink
https://github.com/javers/javers/issues/94
Browse files Browse the repository at this point in the history
javadoc options.noTimestamp()
  • Loading branch information
bartoszwalacik committed Feb 8, 2015
1 parent 73a1ab2 commit e19602c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -47,6 +47,10 @@ subprojects {
gradleVersion = '2.1'
}

javadoc {
options.noTimestamp()
}

task example (dependsOn: 'cleanTest') << {
tasks.test.testLogging {
events 'failed', 'passed'
Expand Down

0 comments on commit e19602c

Please sign in to comment.