Commit 1253b42
Add skainet-backend-api to BOM (#400)
The neutral backend api module landed in #470 as the integration
seam for future backends (IREE, Metal, NPU, the NNAPI-Amlogic
sibling repo) but it was never added to the BOM's version-
alignment constraints. Java / JVM consumers that depend on the
BOM were therefore not getting a pinned version for
skainet-backend-api, so anyone referencing the module from a
Maven / Gradle project had to either spell out the version
manually or drop the BOM reliance for that coordinate.
Adding the missing `api(project(":skainet-backends:skainet-backend-api"))`
constraint groups it with skainet-backend-cpu under the
backend section. BOM still builds clean.
First of five commits polishing the Java / JVM consumption
story for the upcoming 0.19.0 release. See #400.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a99990e commit 1253b42
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments