> Task :compileJava FAILED .\gradlew.bat : warning: unknown enum constant When.MAYBE At line:1 char:1 + .\gradlew.bat jar *> gradlew_output.txt + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (warning: unknow...tant When.MAYBE:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError reason: class file for javax.annotation.meta.When not found C:\zproj\couchbase-jdbc-driver\driver\src\main\java\com\intellij\meta\ClusterInfo.java:49: error: no suitable constructor found for GenericManagerRequest(CoreContext,()->new De[...]ols"),boolean) super(ctx, () -> new DefaultFullHttpRequest(HttpVersion.HTTP_1_1, HttpMethod.GET, "/pools"), false); ^ constructor GenericManagerRequest.GenericManagerRequest(CoreContext,Supplier,boolean,RequestSpan) is not applicable (actual and formal argument lists differ in length) constructor GenericManagerRequest.GenericManagerRequest(Duration,CoreContext,RetryStrategy,Supplier,boolean,RequestSpan) is not applicable (actual and formal argument lists differ in length) C:\zproj\couchbase-jdbc-driver\driver\src\main\java\com\intellij\executor\CreateBucketExecutor.java:94: error: incompatible types: com.couchbase.client.core.retry.reactor.Retry cannot be converted to reactor.util.retry.Retry .timeout(Duration.ofSeconds(60))) ^ C:\zproj\couchbase-jdbc-driver\driver\src\main\java\com\intellij\executor\CreateBucketExecutor.java:99: error: incompatible types: com.couchbase.client.core.retry.reactor.Retry cannot be converted to reactor.util.retry.Retry .timeout(Duration.ofSeconds(30))) ^ C:\zproj\couchbase-jdbc-driver\driver\src\main\java\com\intellij\executor\CreateBucketExecutor.java:127: error: incompatible types: com.couchbase.client.core.retry.reactor.Retry cannot be converted to reactor.util.retry.Retry .timeout(Duration.ofSeconds(30))) ^ C:\zproj\couchbase-jdbc-driver\driver\src\main\java\com\intellij\executor\CreateBucketExecutor.java:160: error: no suitable constructor found for GenericManagerRequest(CoreContext,()->new De[...]lse"),boolean) super(ctx, () -> new DefaultFullHttpRequest(HttpVersion.HTTP_1_1, HttpMethod.GET, "/pools/default/buckets/" + URLEncoder.encode(bucketName, StandardCharsets.UTF_8) + "/docs?include_docs=false"), false); ^ constructor GenericManagerRequest.GenericManagerRequest(CoreContext,Supplier,boolean,RequestSpan) is not applicable (actual and formal argument lists differ in length) constructor GenericManagerRequest.GenericManagerRequest(Duration,CoreContext,RetryStrategy,Supplier,boolean,RequestSpan) is not applicable (actual and formal argument lists differ in length) C:\zproj\couchbase-jdbc-driver\driver\src\main\java\com\intellij\executor\IndexCommons.java:46: error: incompatible types: com.couchbase.client.core.retry.reactor.Retry cannot be converted to reactor.util.retry.Retry .timeout(timeout)) ^ C:\zproj\couchbase-jdbc-driver\driver\src\main\java\com\intellij\executor\IndexCommons.java:121: error: no suitable constructor found for GenericManagerRequest(CoreContext,()->new De[...]tus"),boolean) super(ctx, () -> new DefaultFullHttpRequest(HttpVersion.HTTP_1_1, HttpMethod.GET, "/indexStatus"), false); ^ constructor GenericManagerRequest.GenericManagerRequest(CoreContext,Supplier,boolean,RequestSpan) is not applicable (actual and formal argument lists differ in length) constructor GenericManagerRequest.GenericManagerRequest(Duration,CoreContext,RetryStrategy,Supplier,boolean,RequestSpan) is not applicable (actual and formal argument lists differ in length) Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 7 errors 1 warning FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler error output for details. * 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 Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 2s 1 actionable task: 1 executed