-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin modules get renamed to "builtin" during deployment #1213
Comments
From what i can tell, when reading the module schema from the pb file, the name is
|
I'm getting this when running tests locally now as well. [ERROR] Failed to execute goal com.github.ozsie:detekt-maven-plugin:1.23.5:check-with-type-resolution (default) on project echo: Execution default of goal com.github.ozsie:detekt-maven-plugin:1.23.5:check-with-type-resolution failed: Analyzing /Users/wesbillman/dev/ftl/buildengine/testdata/projects/echokotlin/target/generated-sources/ftl/builtin/Builtin.kt led to an exception.
[ERROR] Location: xyz.block.ftl.schemaextractor.ExtractSchemaRule.postVisit(ExtractSchemaRule.kt:177)
[ERROR] The original exception message was: Why does this fix it? Deleting |
Same fix for me, I think it's just yet another weird Maven cache thing 🤷♂️ |
Run
ftl dev examples/kotlin/time --recreate --log-level=DEBUG
By the end, a deployment will be created called "builtin-xxxxxx" instead of "time-xxxxxxx"
The text was updated successfully, but these errors were encountered: