the error says to report it here;
BUILD SUCCESSFUL in 16s
3 actionable tasks: 2 executed, 1 up-to-date
A build scan cannot be produced as an error occurred gathering build data.
Please report this problem via Help | Gradle Enterprise and include the following via copy/paste:
Gradle version: 6.8.1
Plugin version: 3.5
java.lang.NullPointerException
at com.gradle.scan.plugin.internal.i.a.b(SourceFile:93)
at com.gradle.scan.plugin.internal.b.t.b.a(SourceFile:72)
at com.gradle.scan.plugin.internal.b.t.b.a(SourceFile:45)
at com.gradle.scan.plugin.internal.b.g.c.a(SourceFile:30)
at com.gradle.scan.plugin.internal.b.g.b.a(SourceFile:62)
at com.gradle.scan.plugin.internal.b.g.b.a(SourceFile:48)
at .progress(Unknown Source)
at com.gradle.scan.plugin.internal.l.a$b.a(SourceFile:108)
at com.gradle.scan.plugin.internal.l.a$b.progress(SourceFile:98)
at com.gradle.scan.plugin.internal.l.a.a(SourceFile:60)
at com.gradle.scan.plugin.internal.l.l.a(SourceFile:44)
at com.gradle.scan.plugin.internal.l.c.a(SourceFile:84)
at com.gradle.scan.plugin.internal.l.g.a(SourceFile:45)
at .accept(Unknown Source)
at com.gradle.scan.plugin.internal.r.a$a.a(SourceFile:31)
at com.gradle.scan.plugin.internal.r.a$a.a(SourceFile:20)
at com.gradle.scan.plugin.internal.r.a.c(SourceFile:67)
at .run(Unknown Source)
I was trying to debug why I was getting a reflection error when trying to integrate sonarqube.
2022-03-03T09:46:20.487-0400 [ERROR] [system.err] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/Users/cal.taylor@ibm.com/.gradle/wrapper/dists/gradle-6.8.1-bin/a3ijn718agivfn4m4c5tfgx2i/gradle-6.8.1/lib/groovy-all-1.3-2.5.12.jar) to method java.util.AbstractCollection.finishToArray(java.lang.Object,java.util.Iterator)
2022-03-03T09:46:20.487-0400 [ERROR] [system.err] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
Thank you for your consideration. My plan is to try to get gradle to swallow the system.err. I have an absurdly large project structure with a master project and another that get added to the build via settings.gradle. I think this structure is part of the problem, but I need to be sure before I propose changes.