You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put together a very simple hello world app, but experienced strange behavior once I added a zincWorker override; my main class could no longer be detected. The full sample app can be found here. Commenting out this line makes the app run as expected.
Let me know if any additional info is needed.
The text was updated successfully, but these errors were encountered:
importmill.scalalib._importmill.define.ModuleRefobjectZincWorkerJava21extendsZincWorkerModule {
defjvmId="temurin:21.0.6"
}
objectfooextendsScalaModule {
defscalaVersion="3.6.3"// commenting out the zincWorker makes the app runoverridedefzincWorker=ModuleRef(ZincWorkerJava21)
// alternatively, uncomment this for an explicit main class// def mainClass = Some("Foo")
}
Hello,
I put together a very simple hello world app, but experienced strange behavior once I added a
zincWorker
override; my main class could no longer be detected. The full sample app can be found here. Commenting out this line makes the app run as expected.Let me know if any additional info is needed.
The text was updated successfully, but these errors were encountered: