We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a7b2b commit ddee9dfCopy full SHA for ddee9df
build.gradle
@@ -103,12 +103,6 @@ ext.publishingRepository = version.toString().endsWith("-SNAPSHOT") ? snapshotRe
103
// 'artifacts' is used in the generated ant scripts as build output directory
104
ext.artifactsDir = new File(buildDir, 'artifacts')
105
106
-
107
-wrapper {
108
- gradleVersion '8.0.2'
109
- distributionType Wrapper.DistributionType.ALL
110
-}
111
112
configurations {
113
mps
114
languageLibs
0 commit comments