Skip to content

Commit 675f3c8

Browse files
committed
Update Gradle to 2.12
1 parent 6861563 commit 675f3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,5 +371,5 @@ task jacocoRootReport(type: JacocoReport, group: 'Coverage reports') {
371371
check.dependsOn jacocoRootReport
372372

373373
task wrapper(type: Wrapper) {
374-
gradleVersion = '2.10'
374+
gradleVersion = '2.12'
375375
}

0 commit comments

Comments
 (0)