Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Gradle build error caused by misplaced curly bracket #137

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

dotWee
Copy link
Contributor

@dotWee dotWee commented Sep 25, 2024

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 c3dec9c.

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.

The misplaced curly bracket in the `build.gradle.kts` file was causing a build error.

This commit corrects the position of the curly bracket to ensure proper configuration of the `JavaCompile` task.
@spilikin spilikin merged commit fe2abd7 into gematik:main Oct 29, 2024
1 check failed
@spilikin
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants