Skip to content

Commit

Permalink
define check
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperjj committed Aug 7, 2016
1 parent 54384e5 commit af001d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ artifacts {
archives javadocJar, sourcesJar
}

check{

This comment has been minimized.

Copy link
@stevepeak

stevepeak Aug 9, 2016

Was this the line necessary to fix?

I think it would be nice to add some notes to our docs on how to fix the issue you experienced. Thanks!

jacocoTestReport
}


/*signing {
sign configurations.archives
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Aug 04 13:57:17 PDT 2016
#Sun Aug 07 13:48:15 PDT 2016
BUILD_VERSION=1.1.0
BUILD_DATE=2016-08-04T20\:57\:17Z
BUILD_NUMBER=235
BUILD_DATE=2016-08-07T20\:48\:15Z
BUILD_NUMBER=236

0 comments on commit af001d4

Please sign in to comment.