rules_scala icon indicating copy to clipboard operation
rules_scala copied to clipboard

ScalacWorker is compiled with old `-source 1.8` and `-target 1.8`

Open susliko opened this issue 1 year ago • 0 comments
trafficstars

Using rules_scala with a modern jvm produces warnings:

warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release

susliko avatar Sep 09 '24 09:09 susliko