Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit fb561e3c authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #8728 from wmontwe/update-gradle

Bump Gradle 8.11.1 -> 8.12
parents 09a7edc1 fcf6257b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ dependencyGuard {
    configuration("fullReleaseRuntimeClasspath")
}

tasks.create("printVersionInfo") {
tasks.register("printVersionInfo") {
    val targetBuildType = project.findProperty("buildType") ?: "debug"

    doLast {
+2 −2
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ dependencyGuard {
    configuration("fullReleaseRuntimeClasspath")
}

tasks.create("printConfigurations") {
tasks.register("printConfigurations") {
    doLast {
        configurations.forEach { configuration ->
            println("Configuration: ${configuration.name}")
@@ -271,7 +271,7 @@ tasks.create("printConfigurations") {
    }
}

tasks.create("printVersionInfo") {
tasks.register("printVersionInfo") {
    val targetBuildType = project.findProperty("buildType") ?: "debug"
    val targetFlavorName = project.findProperty("flavorName") ?: "full"

+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ detektPluginCompose = "0.4.18"
fastAdapter = "5.7.0"
forkhandlesBom = "2.20.0.0"
glide = "4.16.0"
gradle = "8.11.1"
gradle = "8.12"
http4kBom = "5.35.2.0"
icu4j = "72.1"
javaDiffUtils = "4.12"
@@ -71,7 +71,7 @@ jzlib = "1.0.7"
koinBom = "3.5.6"
kotlinBom = "2.1.0"
# Needs to match the version used by Gradle, just check with `./gradlew --version`
kotlinGradleBom = "2.0.20"
kotlinGradleBom = "2.0.21"
kotlinKsp = "2.1.0-1.0.29"
kotlinxCoroutines = "1.9.0"
kotlinxCollectionsImmutable = "0.3.8"
+1 −1
Original line number Diff line number Diff line
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
+1 −2
Original line number Diff line number Diff line
@@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum