Upgrade a little further to 4.10.2

This commit is contained in:
R Tyler Croy 2019-05-05 10:15:25 -07:00
parent e59248abb6
commit f58255b5b1
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class JRubyExecSpec extends Specification {
badProject.task('bad', type: JRubyExec)
then: "An exception should be thrown"
thrown(TaskInstantiationException)
thrown(org.gradle.api.internal.tasks.DefaultTaskContainer.TaskCreationException)
}
void "Do not allow args to be set directly"() {

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists