]> source.dussan.org Git - sonarqube.git/commitdiff
Set gradle wrapper distribution type
authorMalena Ebert <malena.ebert@sonarsource.com>
Mon, 2 Nov 2020 10:57:28 +0000 (11:57 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 15 Jan 2021 20:32:07 +0000 (20:32 +0000)
build.gradle

index 4f8add6db2c93d0ac52640fd81a20e284cdf8b48..935248552a37c2ef552e63f220142d76c0693521 100644 (file)
@@ -152,6 +152,10 @@ sonarqube {
     }
 }
 
+tasks.named('wrapper') {
+    distributionType = Wrapper.DistributionType.ALL
+}
+
 subprojects {
   apply plugin: 'com.github.hierynomus.license'
   apply plugin: 'io.spring.dependency-management'