-
Notifications
You must be signed in to change notification settings - Fork 38
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
evaluationDependsOnChildren(): No output at all (Gradle 6.6 RC2) #156
Comments
I couldn't reproduce this. It works on a simple TestNG project (not multiproject) that I have inside the repository. I even tried with AssertJ and Gradle 6.6-rc-3. |
Hm, OK. Thank you! I'll try to come up with a reproducer. My project is a bit strange, I'm sure I can find something weird :) |
No problem. Check if something in your project is changing default log levels. As a test, try to print |
Could you try to add |
Reproducer (with JUnit 5 and Java 14): https://github.com/C-Otto/testlogger |
Related warning:
The specified line is |
Description
I don't see any plugin specific output, everything looks the same. I just saw that the plugin dependencies were downloaded.
I applied the plugin to my multiproject Gradle project (using Gradle 6.6 RC 2).
I also tried adding
apply plugin: 'com.adarshr.test-logger'
to my subprojects, which didn't change anything (and according to the documentation this should not be necessary).I see this with
--info --debug
:Versions
Type of test being run
very simple and failing TestNG unit test:
Test logger configuration
None, just the defaults.
Screenshots
The text was updated successfully, but these errors were encountered: