last-imperative-maintenace branch fails to build because of owapi-reborn
climategadgets opened this issue · 1 comments
climategadgets commented
Expected Behavior
./gradlew clean build installDist
succeeds on last-imperative-maintenance
branch.
Actual Behavior
It fails, with the error message below.
> Configure project :owapi-reborn
e: /home/vt/dev/dz-imperative/owapi-reborn/build.gradle.kts:5:11: Unresolved reference: libs
e: /home/vt/dev/dz-imperative/owapi-reborn/build.gradle.kts:6:11: Unresolved reference: libs
e: /home/vt/dev/dz-imperative/owapi-reborn/build.gradle.kts:7:11: Unresolved reference: libs
e: /home/vt/dev/dz-imperative/owapi-reborn/build.gradle.kts:8:11: Unresolved reference: libs
FAILURE: Build failed with an exception.
* Where:
Build file '/home/vt/dev/dz-imperative/owapi-reborn/build.gradle.kts' line: 5
* What went wrong:
Script compilation errors:
Line 5: alias(libs.plugins.errorprone)
^ Unresolved reference: libs
Line 6: alias(libs.plugins.sonarqube)
^ Unresolved reference: libs
Line 7: alias(libs.plugins.git.properties) apply false
^ Unresolved reference: libs
Line 8: alias(libs.plugins.gradle.versions)
^ Unresolved reference: libs
4 errors
Root Cause
Submodule reference implicitly refers to HEAD
which went ahead and left this branch in the dust.
climategadgets commented
Fixed as of rev. 7c8af04