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'm trying to run the tool as suggested in the README and im getting the following errors:
scalac -Xplugin:scala-sculpt_2.13-0.1.4-SNAPSHOT.jar \
-Xplugin-require:sculpt \
-P:sculpt:out=dep.json \
./app/com/ddd/workflows/WorkflowService.scala
No such entry: plugin.properties
No plugin in path scala-sculpt_2.13-0.1.4-SNAPSHOT.jar
Missing required plugin: sculpt
bad option: -P:sculpt:out=dep.json
1 warning found
2 errors found
our project is using scala 2.12 - i compiled the jar from the revision before the commit: d0a12fe where supposedly u dropped the support for this version