Skip to content

Commit d6c78b6

Browse files
authored
Merge pull request #348 from rtyler/gradle-4.10.2
Upgrade the project to the latest Gradle 4 available.
2 parents 4f076f2 + f58255b commit d6c78b6

File tree

3 files changed

+2
-2
lines changed

3 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"() {

gradle/wrapper/gradle-wrapper.jar

-314 Bytes
Binary file not shown.
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.2-bin.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip

0 commit comments

Comments
 (0)