armeria icon indicating copy to clipboard operation
armeria copied to clipboard

Migrate gradle enterprise plugin to develocity

Open sh-cho opened this issue 9 months ago • 1 comments

Motivation:

Gradle enterprise plugin is rebranded as "Develocity" since 3.17 and several core functionalities have been deprecated, and will be removed in a future plugin version.

Modification:

  • Migrate gradle enterprise plugin to the develocity plugin (migration guide)
    • Simple renames.
    • Remove explicit taskInputFiles setting. Since 3.17, hashes of inputs of tasks will be captured by default.
    • Remove buildScan.publishAlways. The updated Develocity buildScan.publishing publishes a Build Scan by default.

Result:

Gradle enterprise plugin is migrated to the Develocity plugin.


WARNING: The following functionality has been deprecated and will be removed in the next major release of the Develocity Gradle plugin. For assistance with migration, see https://gradle.com/help/gradle-plugin-develocity-migration.

  • The deprecated "GRADLE_ENTERPRISE_ACCESS_KEY" environment variable has been replaced by "DEVELOCITY_ACCESS_KEY"

Note: Access key environment variable name should be also renamed(GRADLE_ENTERPRISE_ACCESS_KEY -> DEVELOCITY_ACCESS_KEY) but I don't have permission to update secrets, so I need help on this.

sh-cho avatar May 03 '24 13:05 sh-cho

🔍 Build Scan® (commit: 609c5625739eb575b07fbbd22a548cdc4916329a)

Job name Status Build Scan®
build-windows-latest-jdk-19 https://ge.armeria.dev/s/m4jn5uog422iu
build-self-hosted-unsafe-jdk-8 https://ge.armeria.dev/s/mroayprevcjii
build-self-hosted-unsafe-jdk-19-snapshot-blockhound https://ge.armeria.dev/s/6uzk5a3xs5qmc
build-self-hosted-unsafe-jdk-17-min-java-17-coverage https://ge.armeria.dev/s/j6yot5vtvz4lq
build-self-hosted-unsafe-jdk-17-min-java-11 https://ge.armeria.dev/s/f3yll7aft7un2
build-self-hosted-unsafe-jdk-17-leak https://ge.armeria.dev/s/cepfhiciqsyoo
build-self-hosted-unsafe-jdk-11 https://ge.armeria.dev/s/3lqkydg3w7ibo
build-macos-12-jdk-19 https://ge.armeria.dev/s/mxbezikntw5u2

github-actions[bot] avatar May 03 '24 14:05 github-actions[bot]