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

Improve Dev Experience When Working with the Samples #296

Open
marcusdacoregio opened this issue Aug 6, 2024 · 1 comment
Open

Improve Dev Experience When Working with the Samples #296

marcusdacoregio opened this issue Aug 6, 2024 · 1 comment

Comments

@marcusdacoregio
Copy link
Contributor

We can structure our samples so that they can be run independently of one another rather than having to import all the projects at once

@fp024
Copy link

fp024 commented Oct 23, 2024

Hello.

When running each sample independently, it seems that the "allprojects { ... }" defined in the root project's "build.gradle" is not applied.

At least, I think it would be better to include the below setting in 'build.gradle' of all subsample projects.

// Spring Framework 6.1 requires -parameters to be able to introspect method parameter names
tasks.withType(JavaCompile) {
	options.compilerArgs.add("-parameters")
}

@marcusdacoregio marcusdacoregio removed their assignment Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants