We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eric.kolotyluk@Y2RCV7009N loom-laboratory % ./gradlew clean helidon-nima:test > Task :helidon-nima:compileJava warning: using incubating module(s): jdk.incubator.concurrent Note: /Users/eric.kolotyluk/git/autonomous-iam/poc/loom-laboratory/helidon-nima/src/main/java/nima/NimaMain.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: /Users/eric.kolotyluk/git/autonomous-iam/poc/loom-laboratory/helidon-nima/src/main/java/nima/BlockingService.java uses preview features of Java SE 19. Note: Recompile with -Xlint:preview for details. 1 warning <===========--> 90% EXECUTING [5m 3s] > :helidon-nima:test > 0 tests completed > :helidon-nima:test > Executing test nima.BlockingServiceIT ^C% eric.kolotyluk@Y2RCV7009N loom-laboratory %
I converted your project to Gradle since we are a Gradle site...
The tests seem to run fine under Maven, so I was wondering if you might have any insight into why they don't run under Gradle.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I converted your project to Gradle since we are a Gradle site...
The tests seem to run fine under Maven, so I was wondering if you might have any insight into why they don't run under Gradle.
The text was updated successfully, but these errors were encountered: