Open ThomasJejkal opened 3 weeks ago
Totals | |
---|---|
Change from base Build #273: | 0.0% |
Covered Lines: | 1607 |
Relevant Lines: | 1772 |
The changes primarily involve updates to the build.gradle
, gradle-wrapper.properties
, gradlew
, and gradlew.bat
files. The build.gradle
file sees updates to plugin and dependency versions. The gradle-wrapper.properties
updates the Gradle distribution version and introduces new properties for network timeout and validation. The gradlew
script enhances POSIX compliance and error handling, while the gradlew.bat
script improves error reporting and exit code handling. These changes focus on version updates and script improvements without altering core functionality.
File | Change Summary |
---|---|
build.gradle |
Updated io.freefair.maven-publish-java plugin version from 8.10.2 to 8.11 ; updated jacksonVersion from 2.18.1 to 2.18.2 ; updated commons-io version from 2.17.0 to 2.18.0 ; updated json-schema-validator version from 1.5.3 to 1.5.4 ; updated Jacoco tool version from 0.8.11 to 0.8.12 . |
gradle/wrapper/gradle-wrapper.properties |
Changed distributionUrl from Gradle 8.5 to 8.11.1 ; added networkTimeout and validateDistributionUrl properties. |
gradlew |
Updated shebang for POSIX compliance; improved comments and error handling; simplified variable handling and argument parsing. |
gradlew.bat |
Enhanced error handling and output formatting; updated copyright notice; improved exit code handling. |
sequenceDiagram
participant User
participant GradleWrapper
participant Gradle
User->>GradleWrapper: Run gradlew
GradleWrapper->>Gradle: Execute build process
Gradle-->>GradleWrapper: Return build results
GradleWrapper-->>User: Display results
π° "In the garden of code, we hop with delight,
Versions updated, everything feels right.
With scripts that now dance in a POSIX way,
Errors are caught, come what may!
Hooray for the changes, letβs celebrate,
A build that is stronger, oh isnβt it great?" πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Refactor