You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the plugin with Gradle 7 milestone 3 with --configuration-cache, I get the following:
- Plugin 'com.adarshr.test-logger': read system property 'sun.jnu.encoding'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'sun.arch.data.model'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'sun.boot.library.path'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'sun.java.command'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'jdk.debug'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'java.vm.compressedOopsMode'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'sun.management.compiler'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'file.encoding'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'java.io.tmpdir'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'sun.io.unicode.encoding'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'library.jansi.path'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'user.variant'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'user.timezone'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'user.country'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'com.adarshr.test-logger': read system property 'sun.java.launcher'
See https://docs.gradle.org/7.0-milestone-3/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
plus 9 more problems. Please see the report for details.
Versions
Test logger version: 2.1.1
Gradle version: 7.0 M3
Java version: 15.0.2
The text was updated successfully, but these errors were encountered:
I just wanted to +1 this. I work on a project that has ~50 modules, and my estimate is configuration caching will chop ~17 seconds off each ~20 second dev build. (i.e. ~20s -> 3s). Would be a huge win for us.
Description
When using the plugin with Gradle 7 milestone 3 with
--configuration-cache
, I get the following:Versions
The text was updated successfully, but these errors were encountered: