Skip to content

Conversation

Copy link

Copilot AI commented Nov 8, 2025

Updates Gradle from 8.14.3 to 9.2.0.

Changes

  • Updated gradle/wrapper/gradle-wrapper.properties to use Gradle 9.2.0 distribution

Deprecation Warnings

Two deprecation warnings appear during build, both from third-party plugins:

  • archives configuration: Kotlin Gradle Plugin uses deprecated API (org.jetbrains.kotlin.gradle.artifacts)
  • ReportingExtension.file(): Detekt plugin uses deprecated method (io.gitlab.arturbosch.detekt.DetektPlugin)

Project build scripts are compatible with Gradle 9.2.0 and use no deprecated APIs. These warnings will be resolved when plugin maintainers release compatible versions.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • download.jetbrains.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -Xmx2048M -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-8.14.3-bin/cv11ve7ro1n3o1j4so8xd9n66/gradle-8.14.3/lib/gradle-daemon-main-8.14.3.jar -javaagent:/home/REDACTED/.gradle/wrapper/dists/gradle-8.14.3-bin/cv11ve7ro1n3o1j4so8xd9n66/gradle-8.14.3/lib/agents/gradle-instrumentation-agent-8.14.3.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 8.14.3 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>support: update gradle version to 9.1</issue_title>
<issue_description></issue_description>

<agent_instructions>Update Gradle version to 9.2.0 and update all deprecations in Gradle scripts that appear after the update</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update Gradle version to 9.2 and fix deprecations Update Gradle to 9.2.0 Nov 8, 2025
Copilot AI requested a review from OptimumCode November 8, 2025 15:27
Copilot finished work on behalf of OptimumCode November 8, 2025 15:27
@OptimumCode OptimumCode marked this pull request as ready for review November 8, 2025 15:27
Co-authored-by: OptimumCode <23560203+OptimumCode@users.noreply.github.com>
@OptimumCode OptimumCode force-pushed the copilot/update-gradle-to-9-2 branch from 4abc731 to 9371f48 Compare November 8, 2025 15:28
@OptimumCode OptimumCode added dependencies Dependencies update to newer versions maintenance maintenance task labels Nov 8, 2025
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 9371f48 Previous: e9601b4 Ratio
mingwX64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 4118.819028077754 us/op 2068.633615702479 us/op 1.99

This comment was automatically generated by workflow using github-action-benchmark.

CC: @OptimumCode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update to newer versions maintenance maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support: update gradle version to 9.2

2 participants