dry-orange-3870
11/13/2024, 7:33 PMdry-orange-3870
11/13/2024, 11:20 PMjava8
. If I set resolve = "java8"
in bsp-groups.toml, it gets made at me because I'm missing a filter.
If I do resolve = "jvm:java8"
, it's happy again
However, if I do resolve = "jvm:somethingthatdoesntexist"
it is also happy
This seems to indicate that it's not doing any real workdry-orange-3870
11/13/2024, 11:20 PMdry-orange-3870
11/13/2024, 11:22 PMjava_sources
, junit_tests
, and jvm_artifact
. The first two targets just generate a single target (only one source file in each). The junit_tests
is specifying a dependency on the jvm_artifact
. So theorectially, I should see this pop up in Intellij when syncing with BSP, but nothing happensdry-orange-3870
11/14/2024, 7:35 PMjdk="zulu:21.0.5"
just results in the compilation hanging