Skip to content

Commit

Permalink
[Java] Update Gradle, Checkstyle, JUnit, and Mockito.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Apr 19, 2015
1 parent 59a2218 commit aa36853
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@ task (generatePrimitiveExpansions, type: JavaExec) {
}

dependencies {
testCompile 'org.hamcrest:hamcrest-all:1.3', 'junit:junit:4.11', 'org.mockito:mockito-all:1.9.5'
testCompile 'org.hamcrest:hamcrest-all:1.3',
'junit:junit:4.12',
'org.mockito:mockito-all:1.10.19'
}

checkstyle {
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
toolVersion = 5.9
toolVersion = 6.5
}

javadoc {
Expand Down Expand Up @@ -158,5 +160,5 @@ uploadArchives {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.1'
gradleVersion = '2.3'
}
2 changes: 0 additions & 2 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@

<module name="UpperEll"/>

<module name="JUnitTestCase"/>

<module name="IllegalType">
<property name="legalAbstractClassNames"
value="AbstractBeanDefinition, AbstractEntry"/>
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip

0 comments on commit aa36853

Please sign in to comment.