The latest version of the library generates corrupted code when applied in web
repository
#33
Labels
bug
Something isn't working
web
repository
#33
Using of the latest version of
spine-mc-java
inweb
repository fails the build with a compilation error. The generated code containsvalidate()
method that has an unexpected return type.The problematic versions are
2.0.0-SNAPSHOT.90
/2.0.0-SNAPSHOT.91
.Additional remark for those who will reproduce the issue. When bumping the version of
mc-java
, the version ofmc-js
is usually also bumped. Bumping ofmc-jc
requires the code below to be dropped out fromconfig
. TheprotoJs
extension has been transformed. Take a look on this PR for details.In
buildSrc/src/main/kotlin/io/spine/internal/gradle/javascript/plugin/McJs.kt
:The text was updated successfully, but these errors were encountered: