-
Notifications
You must be signed in to change notification settings - Fork 43
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
set affectedTestConfiguration globally #62
Comments
b.t.w
|
ignore the above error. |
It sounds like this error has been resolved with #62 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I cannot set like this in project root's
build.gradle.kts
file.all my subprojects are java, it would be nice if we can set this at one place instead of forced to add
affectedTestConfiguration { jvmTestTask = "test" }
to every subprojectsmy multi-module project : https://github.com/xmlking/micro-apps
The text was updated successfully, but these errors were encountered: