Bug: gradle-8.10-bin+ causing IOException #7864
Labels
blocked/more-info-needed
More info is needed from the requester. If no response in 14 days, it will become stale.
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
Description:
When the distributionUrl in the gradle-wrapper.properties of a project is set to
https\://services.gradle.org/distributions/gradle-8.10-bin.zip
or higher versions, an IOException occurs during the build process.Steps to reproduce:
1.) Create a new Project in IntelliJ IDEA 2024.2.3 (Ultimate Edition)
2.) Edit the distributionUrl in the gradle-wrapper.properties from:
https\://services.gradle.org/distributions/gradle-8.8-bin.zip
to
https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3.) Add
implementation("com.amazonaws:aws-lambda-java-core:1.2.3")
to the dependencies4.) Use the following class class/code and run the local webhook
Observed result:
Result was tested on gradle-8.8-bin.zip and gradle-8.12.1-bin.zip
Expected result:
Build Succeeded
Additional environment details:
sam --version
: SAM CLI, version 1.132.0The text was updated successfully, but these errors were encountered: