NolanMatt commented on code in PR #539: URL: https://github.com/apache/daffodil-vscode/pull/539#discussion_r1152248393
########## build.sbt: ########## @@ -20,6 +20,7 @@ import Classpaths.managedJars //Fixes build issues on java11+ run / fork := true +Global / lintUnusedKeysOnLoad := false Review Comment: So the issue is without this line and with those other 3 lines deleted the scalaFmtSBTCheck fails, so they sort of have to go in together. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
