workbench-example-app
workbench-example-app copied to clipboard
Basic get started does not work
I did the get started example and getting following error:
[error] (compile:compile) java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.length()" because "this.text" is null
I have a plain macOS setup with Java 11 and sbt. Other Scala projects based on sbt are running fine.
Cheers, Martin
same thing on Ubuntu 20.04, sbt 1.5.5, Java 16.0.1
same