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

Add extension to contribute test-resources settings to Micronaut plugin. #2124

Open
wetted opened this issue Oct 10, 2023 · 1 comment
Open
Assignees
Labels
type: improvement A minor improvement to an existing feature

Comments

@wetted
Copy link
Contributor

wetted commented Oct 10, 2023

Need the ability to add something like the following to project generation, where a feature might need some extra test-resources setup to work.

For example using Cassandra and Test-resources together requires the following:

micronaut {
    testResources {
        clientTimeout = 600
    }
}

see #2113

@wetted wetted added the type: improvement A minor improvement to an existing feature label Oct 10, 2023
@wetted wetted self-assigned this Oct 10, 2023
@wetted wetted changed the title Add extension to contribute test-resources build plugin settings. Add extension to contribute test-resources settings to Micronaut plugin. Oct 10, 2023
@timyates
Copy link
Contributor

Weirdly, I don't need this for cassandra 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
Status: No status
Development

No branches or pull requests

2 participants