We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb84a08 commit a297000Copy full SHA for a297000
1 file changed
build.gradle
@@ -72,10 +72,6 @@ tasks.withType(JavaCompile) {
72
options.deprecation = true
73
}
74
75
-wrapper {
76
- gradleVersion = '8.1'
77
-}
78
-
79
def examplesFolder = file("$rootDir/testing")
80
81
tasks.register('PatchExamples') {
0 commit comments