Updated release scripts and instructions (#62) #235
Annotations
3 errors
|
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.
|
Loading