Zongle Wang
Zongle Wang
Users should migrate to the central portal in the future due to the planned sunset of OSSRH. We can deprecate the use of `DEFAULT` and `S01` to warn users about...
https://central.sonatype.org/news/20250326_ossrh_sunset/ Refs #954.
Apply ```kt plugins { id("org.jetbrains.kotlin.jvm") version "2.1.20" id("org.jetbrains.dokka") version "2.0.0" id("com.vanniktech.maven.publish") version "0.31.0" id("com.gradle.plugin-publish") version "1.3.1" } ``` in a Gradle plugin project written in Kotlin only, and run `./gradlew...
View the results in - https://github.com/Goooler/agp-sources/blob/58f8aa3864e3f2a02526f5e607f0e27895355565/.github/workflows/update-sources.yml#L24-L36 - https://github.com/Goooler/agp-sources/actions/workflows/update-sources.yml - https://github.com/Goooler/agp-sources/pull/7 We have to enable @renovate-bot for this repo to track AGP updates. - Closes #1. - Closes #10.
Closes #153.
Also need to update the credentials on CI, see https://github.com/kizitonwose/Calendar/blob/54a745ab5ad6cf0c6632e3917147bc5d208e33d5/.github/workflows/publish-release.yml#L24-L25 https://central.sonatype.org/news/20250326_ossrh_sunset/ https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-via-maven
Also need to update the credentials on CI, see https://github.com/adrielcafe/lyricist/blob/98985f6b905cb5337b72358b726f64f1fc90a684/.github/workflows/release.yaml#L34-L35 https://central.sonatype.org/news/20250326_ossrh_sunset/ https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-via-maven
### Expected Behavior Build pass. ### Current Behavior ``` 1 problem was found storing the configuration cache. - Plugin 'applovin-quality-service': registration of listener on 'Gradle.buildFinished' is unsupported See https://docs.gradle.org/7.5/userguide/configuration_cache.html#config_cache:requirements:build_listeners ```...
Follow up #2470.