JetBrains / teamcity-bazel-plugin

TeamCity plugin for Bazel build system
Apache License 2.0
14 stars 6 forks source link

TeamCity failed to initialize DSL plugin #44

Closed AndreiOmelchenko closed 5 months ago

AndreiOmelchenko commented 5 months ago

TeamCity failed to initialize DSL plugins. jetbrains/buildServer/configs/kotlin/buildSteps/BazelStep.kt [78:15] Expecting ';' after the last enum entry or '}' to close enum class body [78:16] Expecting member declaration ...

steps to reproduce: git clone --recurse-submodules https://github.com/JetBrains/teamcity-bazel-plugin.git cd teamcity-bazel-plugin ./gradlew clean build upload plugin-bazel-server/build/distributions/teamcity-bazel-plugin.zip to TeamCity create Build configuration Bazel step

vmayushan commented 5 months ago

@AndreyOmelchenko Thank you for the report! It should be fixed now.