File tree Expand file tree Collapse file tree
src/test/java/com/imsweb/seerapi/client/mph Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ repositories {
3131}
3232
3333dependencies {
34- errorproneJavac ' com.google.errorprone:error_prone_core:2.3.3'
34+ errorprone(" com.google.errorprone:error_prone_core:2.3.3" )
35+ errorproneJavac(" com.google.errorprone:javac:2.3.3" )
3536
3637 compile ' com.squareup.retrofit2:retrofit:2.6.1'
3738 compile ' com.squareup.retrofit2:converter-jackson:2.6.1'
@@ -63,6 +64,7 @@ testlogger {
6364
6465checkstyle {
6566 toolVersion ' 8.23'
67+ configProperties = [" suppressionFile" : project(' :' ). file(' config/checkstyle/suppressions.xml' )]
6668 configFile = file(" config/checkstyle/checkstyle.xml" )
6769}
6870
@@ -71,7 +73,7 @@ spotbugs {
7173 excludeFilter = file(' config/spotbugs/spotbugs-exclude.xml' )
7274}
7375wrapper {
74- gradleVersion = ' 5.4.1 '
76+ gradleVersion = ' 5.6 '
7577 distributionType = Wrapper.DistributionType . ALL
7678}
7779
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public void testMissingSite() throws IOException {
4242 input2 .setDateOfDiagnosisYear ("2016" );
4343 input2 .setLaterality ("1" );
4444
45- MphOutput result = _MPH .mph (new MphInputPair (input1 , input2 )).execute ().body ();
45+ _MPH .mph (new MphInputPair (input1 , input2 )).execute ().body ();
4646 }
4747
4848 @ Test
You can’t perform that action at this time.
0 commit comments