Commit d68a902
authored
[AI-4146] Downgrade to sbt 1.12.8 for Metals/Bloop compatibility (russwyte#40)
* [AI-4145] Add fork-friendly GitHub Packages publishing support
Add env-var-driven publishing so forks can publish to their own GitHub
Packages repository without modifying build files. Controlled by repo
variables: PUBLISH_PACKAGES_REPO, PUBLISH_ORG, PUBLISH_ORG_NAME.
Includes a publish workflow that is a no-op when variables are unset.
* [AI-4146] Downgrade to sbt 1.12.8 for Metals/Bloop compatibility
- Downgrade from sbt 2.0.0-RC10 to 1.12.8 (RC has cross-version conflicts
with sbt-bloop that break Metals)
- Add jsoniter-scala-core_2.13 exclusion to fix remaining conflict
- Enable semanticdbEnabled for Metals support
- Minor scalafmt formatting adjustments1 parent 7632141 commit d68a902
3 files changed
Lines changed: 13 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments