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
The project is built correctly, and many *.class are generated.
There only "codeql-database.yml", "log", "working" files in codeql database directory.
The reason is maybe that codeql cannot "Intercepted call" with Java correctly. But I don't know why codeql cannot hook Java compiler.
Is the Gradle daemon running the compilation away from the traced process? What happens if you run the create command without passing a -c command, in which case it will by default guess a gradlew command that explicitly disables the daemon?
When I compile a java project built by maven, codeql tell me "No source code was seen and extracted".
The reason is maybe that codeql cannot "Intercepted call" with Java correctly. But I don't know why codeql cannot hook Java compiler.
build-tracer.log.txt
The text was updated successfully, but these errors were encountered: