Commit 5dd2c0f
committed
feat: account for -build-tool:mill
Without this if you're using Mill and you don't pass in -build-tool:sbt
this will blow up because it doesn't recognize vf: as a uri scheme when
default is choses. This introduces a new UriScheme.ZINC that both Mill
and sbt can use since as far as I know, this is a Zinc abstraction not
an sbt one. I then deprecated the UriScheme.SBT1 parent 5a49a8b commit 5dd2c0f
File tree
3 files changed
+7
-4
lines changed- semanticdb-javac/src/main/java/com/sourcegraph/semanticdb_javac
3 files changed
+7
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
0 commit comments