When trying to invoke ./gradlew build, I get the following error:
> Task :test
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.intellij.util.ReflectionUtil (file:/home/kosztadani/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2020.1/cbeeb1f1aebd4c9ea8fb5ab990c5904a676fc41a/ideaIC-2020.1/lib/util.jar) to field java.io.DeleteOnExitHook.files
WARNING: Please consider reporting this to the maintainers of com.intellij.util.ReflectionUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
com.adacore.adaintellij.misc.AdaFoldingBuilderTest > testFolds() FAILED
com.intellij.testFramework.LoggedErrorProcessor$TestLoggerAssertionError
Caused by: java.lang.NullPointerException
52 tests completed, 1 failed
> Task :test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///tmp/Ada-IntelliJ/build/reports/tests/test/index.html
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 7s
12 actionable tasks: 3 executed, 9 up-to-date
Gradle build scan: https://scans.gradle.com/s/24glpoder2z2k
When trying to invoke
./gradlew build, I get the following error:Gradle build scan: https://scans.gradle.com/s/24glpoder2z2k