mark-vieira / gradle-maven-settings-plugin

Gradle Maven settings plugin
Apache License 2.0
60 stars 27 forks source link

Gradle configuration cache support #22

Open mortterna opened 3 years ago

mortterna commented 3 years ago

Gradle 6.8 introduced concept of configuration cache, which results in a following error:

* What went wrong:
Configuration cache problems found in this build.

37 problems were found storing the configuration cache, 33 of which seem unique.
- Plugin 'net.linguica.maven-settings': read system property 'java.runtime.name'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'sun.boot.library.path'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'kotlin.environment.keepalive'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'file.encoding.pkg'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'user.country'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'sun.java.launcher'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'sun.os.patch.level'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'user.dir'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'java.awt.graphicsenv'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'java.endorsed.dirs'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'java.io.tmpdir'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'org.gradle.appname'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'user.variant'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'sun.jnu.encoding'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
- Plugin 'net.linguica.maven-settings': read system property 'sun.management.compiler'
  See https://docs.gradle.org/6.8/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
plus 18 more problems. Please see the report for details.