We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
We have different kinds of tests in our project:
test
integrationTest
functionalTest
How can we process main source set only?
The text was updated successfully, but these errors were encountered:
This seems like it'd be fairly trivial to update the path: https://github.com/assertj/assertj-generator-gradle-plugin/blob/main/src/main/kotlin/org/assertj/generator/gradle/AssertJGeneratorGradlePlugin.kt#L46-L47
We'd likely need to create a new Extension that is applied to each Project, i.e. https://docs.gradle.org/current/userguide/implementing_gradle_plugins_binary.html#capturing_user_input_to_configure_plugin_runtime_behavior
Extension
Project
We probably should only look at main by default. I think that it was an oversight on my behalf to look at more source sets.
Sorry, something went wrong.
No branches or pull requests
We have different kinds of tests in our project:
test
source setintegrationTest
source setfunctionalTest
How can we process
main
source set only?The text was updated successfully, but these errors were encountered: