mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-17 15:45:21 +01:00
Update Gradle version and related plugin configurations (#1726)
This commit is contained in:
parent
29b4602497
commit
a56f74414c
3 changed files with 7 additions and 8 deletions
|
@ -9,7 +9,7 @@ coreSplashscreen = "1.0.1"
|
||||||
customactivityoncrash = "2.4.0"
|
customactivityoncrash = "2.4.0"
|
||||||
fadingedgelayout = "1.0.0"
|
fadingedgelayout = "1.0.0"
|
||||||
google_featureDelivery_version = "2.1.0"
|
google_featureDelivery_version = "2.1.0"
|
||||||
gradle = "8.7.1"
|
gradle = "8.7.3"
|
||||||
dhaval2404_imagepicker_version = "2.1"
|
dhaval2404_imagepicker_version = "2.1"
|
||||||
chrisbanes_insetter_version = "0.6.1"
|
chrisbanes_insetter_version = "0.6.1"
|
||||||
jaudiotagger = "2.3.15"
|
jaudiotagger = "2.3.15"
|
||||||
|
|
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,5 @@
|
||||||
#Mon Mar 06 21:09:43 IST 2023
|
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
// https://docs.gradle.com/enterprise/gradle-plugin/
|
|
||||||
plugins {
|
plugins {
|
||||||
id "com.gradle.enterprise" version "3.10.3"
|
id "com.gradle.develocity" version "3.19"
|
||||||
}
|
}
|
||||||
|
|
||||||
gradleEnterprise {
|
develocity {
|
||||||
buildScan {
|
buildScan {
|
||||||
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
|
||||||
termsOfServiceAgree = "yes"
|
termsOfUseAgree.set("yes")
|
||||||
|
publishing.onlyIf { false }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue