bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
364 stars 275 forks source link

Change SemanticdbInfo.plugin_jar from string to File #1530

Closed crt-31 closed 10 months ago

crt-31 commented 10 months ago

Description

Changed SemanticdbInfo.plugin_jar from path string to File

Motivation

This keeps the File object available for users of SemanticdbInfo.

Addresses #1527

(Note, this does change the public interface a bit, but should be fine since SemanicDBInfo is very new.)

crt-31 commented 10 months ago

build failure has been fixed.