Skip to content

Commit

Permalink
Enable -usejavacp by default for metac (#15)
Browse files Browse the repository at this point in the history
Without this change, `metac foo.scala` fails since the `-usejavacp` flag
needs to be explicitly passed in.
  • Loading branch information
Ólafur Páll Geirsson authored Apr 18, 2020
1 parent d21889a commit 009379b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/resources/metac.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
],
"dependencies": [
"org.scalameta:::metac:latest.stable"
]
],
"properties": {
"scala.usejavacp": "true"
}
}

0 comments on commit 009379b

Please sign in to comment.