Skip to content

Commit 8919a53

Browse files
committed
Update gradle wrapper to 7.1.1
1 parent cf9e678 commit 8919a53

5 files changed

Lines changed: 27 additions & 41 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allprojects {
1212
group 'com.github.TeamNewPipe'
1313

1414
repositories {
15-
jcenter()
15+
mavenCentral()
1616
maven { url "https://jitpack.io" }
1717
}
1818

@@ -30,7 +30,7 @@ dependencies {
3030

3131
subprojects {
3232
task sourcesJar(type: Jar, dependsOn: classes) {
33-
classifier = 'sources'
33+
archiveClassifier.set('sources')
3434
from sourceSets.main.allSource
3535
}
3636

gradle/wrapper/gradle-wrapper.jar

3.83 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)