Skip to content

Commit f58255b

Browse files
committed
Upgrade a little further to 4.10.2
1 parent e59248a commit f58255b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base-plugin/src/test/groovy/com/github/jrubygradle/JRubyExecSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class JRubyExecSpec extends Specification {
4646
badProject.task('bad', type: JRubyExec)
4747

4848
then: "An exception should be thrown"
49-
thrown(TaskInstantiationException)
49+
thrown(org.gradle.api.internal.tasks.DefaultTaskContainer.TaskCreationException)
5050
}
5151

5252
void "Do not allow args to be set directly"() {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)