File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
base-plugin/src/test/groovy/com/github/jrubygradle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class JRubyExecSpec extends Specification {
46
46
badProject. task(' bad' , type : JRubyExec )
47
47
48
48
then : " An exception should be thrown"
49
- thrown(TaskInstantiationException )
49
+ thrown(org.gradle.api.internal.tasks.DefaultTaskContainer.TaskCreationException )
50
50
}
51
51
52
52
void " Do not allow args to be set directly" () {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments