more explicit output and improved conditions for execution conditions… #237
Annotations
2 errors and 2 warnings
Test:
task ':cassandra:autostyleJavaCheck'#L1
Execution failed for task ':cassandra:autostyleJavaCheck':
See 'What went wrong' below
|
Test
Execution failed for task ':cassandra:autostyleJavaCheck'.
> The following files have format violations:
cassandra\src\test\java\org\apache\calcite\test\CassandraExtension.java
@@ -24,12 +24,11 @@
import org.apache.cassandra.config.DatabaseDescriptor;
import org.apache.cassandra.service.CassandraDaemon;
import org.apache.cassandra.service.StorageService;
+import org.apache.commons.lang3.SystemUtils;
import com.datastax.oss.driver.api.core.CqlSession;
import com.google.common.collect.ImmutableMap;
-import org.apache.commons.lang3.SystemUtils;
-
import org.cassandraunit.utils.EmbeddedCassandraServerHelper;
import org.junit.jupiter.api.extension.ConditionEvaluationResult;
import org.junit.jupiter.api.extension.ExecutionCondition;
Run './gradlew autostyleApply' to fix the violations.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading