Closed aSemy closed 8 months ago
A warning is logged during AndroidProjectIntegrationTest
Configuration 'dokkatooHtmlResolver' was resolved during configuration time. This is a build performance and scalability issue. See https://github.com/gradle/gradle/issues/2298 Run with --info for a stacktrace.
As explained in https://github.com/gradle/gradle/issues/2298 it's probably Gradle being overly sensitive and can be ignored, but it would be nice to be completely compliant.
The warning is probably caused by https://github.com/adamko-dev/dokkatoo/pull/128. Perhaps there's a better way to do it, especially after the changes in #155.
Should be fixed by #159
A warning is logged during AndroidProjectIntegrationTest
As explained in https://github.com/gradle/gradle/issues/2298 it's probably Gradle being overly sensitive and can be ignored, but it would be nice to be completely compliant.
The warning is probably caused by https://github.com/adamko-dev/dokkatoo/pull/128. Perhaps there's a better way to do it, especially after the changes in #155.