Skip to content

Commit a297000

Browse files
authored
Remove duplicate wrapper task configuration (#185)
1 parent fb84a08 commit a297000

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ tasks.withType(JavaCompile) {
7272
options.deprecation = true
7373
}
7474

75-
wrapper {
76-
gradleVersion = '8.1'
77-
}
78-
7975
def examplesFolder = file("$rootDir/testing")
8076

8177
tasks.register('PatchExamples') {

0 commit comments

Comments
 (0)