Skip to content

Commit

Permalink
Updated Gradle Wrapper and configured Travis CI to check javadocs syn…
Browse files Browse the repository at this point in the history
…tax on build
  • Loading branch information
smarek committed Jul 12, 2015
1 parent 58efc20 commit fc0f3c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ script:
- echo "nexusUsername=dummy" >> library/gradle.properties
- echo "nexusPassword=dummy" >> library/gradle.properties
- ./gradlew clean assemble check
- ./gradlew :library:androidJavadocs
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat May 09 18:54:15 CEST 2015
#Sun Jul 12 18:36:13 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip

0 comments on commit fc0f3c4

Please sign in to comment.