Skip to content

Commit

Permalink
upgrade to gradle 5.1 milestone 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Dec 5, 2018
1 parent 81b8c60 commit cd0a57d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-milestone-1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class InfoJarManifestPluginLauncherSpec extends IntegrationSpec {
ExecutionResult executionResult = runTasksWithFailure('jar')

then:
executionResult.standardOutput.contains('includedManifestProperties and excludedManifestProperties are mutually exclusive. Only one should be provided')
executionResult.standardError.contains('includedManifestProperties and excludedManifestProperties are mutually exclusive. Only one should be provided')
}


Expand Down

0 comments on commit cd0a57d

Please sign in to comment.