> Task :spring-boot-project:spring-boot-devtools:checkArchitectureTest
> Task :spring-boot-project:spring-boot-devtools:checkCompileClasspathForProhibitedDependen***es
> Task :spring-boot-project:spring-boot-devtools:checkIntTestCompileClasspathForProhibitedDependen***es
> Task :spring-boot-project:spring-boot-devtools:checkIntTestRuntimeClasspathForProhibitedDependen***es
> Task :spring-boot-project:spring-boot-devtools:checkRuntimeClasspathForProhibitedDependen***es
> Task :spring-boot-project:spring-boot-devtools:checkSpringConfigurationMetadata
> Task :spring-boot-project:spring-boot-devtools:checkTestCompileClasspathForProhibitedDependen***es
> Task :spring-boot-project:spring-boot-devtools:checkTestRuntimeClasspathForProhibitedDependen***es
Comment From: wilkinsona
We have an environment variable named CI. AIUI, GitHub Actions should only mask secret values and not plain environment variables but it appears that's not the case. https://github.com/spring-io/gradle-enterprise-conventions/issues/72 should remove the need for the environment variable but we need a release of the conventions first.
Comment From: wilkinsona
Our CI environment variable is gone (it was set in the yaml config) but I've since learned that GitHub Actions sets the same environment variable automatically. I don't think there's anything we can do here, unfortunately.