Updated release scripts and instructions (#62) #235
Annotations
2 errors and 2 warnings
Test:
task ':autostyleKotlinGradleCheck'#L1
Execution failed for task ':autostyleKotlinGradleCheck':
See 'What went wrong' below
|
Test
Execution failed for task ':autostyleKotlinGradleCheck'.
> The following files have format violations:
build.gradle.kts
@@ -138,7 +138,7 @@
val String.v: String get() = rootProject.extra["$this.version"] as String
-val·buildVersion·=·if·(project.gradle.startParameter.projectProperties["release"]·==·"true")·{·"calcite".v·}·else·{"calcite".v·+·releaseParams.snapshotSuffix}␊
+val·buildVersion·=·if·(project.gradle.startParameter.projectProperties["release"]·==·"true")·{·"calcite".v·}·else·{·"calcite".v·+·releaseParams.snapshotSuffix·}␊
println("Building Apache Calcite $buildVersion")
Run './gradlew autostyleApply' to fix the violations.
|
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading