api-vzd
api-vzd copied to clipboard
fix: Gradle build error caused by misplaced curly bracket
Fix Gradle Build Error
Description
This pull request addresses a build error in the auth-samples/build.gradle.kts
file.
The error was caused by a misplaced curly bracket in the configuration of the JavaCompile
task, introduced in https://github.com/gematik/api-vzd/commit/c3dec9c8061352a079e06c7f703d07804bff4c4f.
The curly bracket has been moved to the correct position to ensure the build script is properly formatted and functional.
Changes
- Corrected the position of the curly bracket in the
auth-samples/build.gradle.kts
file.
Testing
- Verified that the Gradle build runs successfully after the fix.
Related Issues
- None
Please review the changes and merge if they look good.