Skip to content

Commit 09a1b6c

Browse files
committed
SONARRUBY-92 Upgrade Gradle wrapper to 8.14.3
1 parent 01e9887 commit 09a1b6c

File tree

6 files changed

+41
-31
lines changed

6 files changed

+41
-31
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ subprojects {
116116
}
117117

118118
task sourcesJar(type: Jar, dependsOn: classes) {
119-
classifier = 'sources'
119+
archiveClassifier = 'sources'
120120
from sourceSets.main.allSource
121121
}
122122

123123
task javadocJar(type: Jar, dependsOn: javadoc) {
124-
classifier = 'javadoc'
124+
archiveClassifier = 'javadoc'
125125
from javadoc.destinationDir
126126
}
127127

gradle/wrapper/gradle-wrapper.jar

-17.4 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sonar-ruby-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript{
2424

2525
plugins {
2626
id 'com.github.johnrengelman.shadow' version '7.1.0'
27-
id 'com.github.jruby-gradle.jar' version '2.0.2'
27+
id 'com.github.jruby-gradle.base' version '2.0.2'
2828
}
2929

3030
import com.github.jrubygradle.JRubyPrepare

0 commit comments

Comments
 (0)