Skip to content

Commit ddee9df

Browse files
Remove wrapper task
1 parent b0a7b2b commit ddee9df

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ ext.publishingRepository = version.toString().endsWith("-SNAPSHOT") ? snapshotRe
103103
// 'artifacts' is used in the generated ant scripts as build output directory
104104
ext.artifactsDir = new File(buildDir, 'artifacts')
105105

106-
107-
wrapper {
108-
gradleVersion '8.0.2'
109-
distributionType Wrapper.DistributionType.ALL
110-
}
111-
112106
configurations {
113107
mps
114108
languageLibs

0 commit comments

Comments
 (0)