halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
454 stars 86 forks source link

With the jvm_impl as part of the base name of the package the plugin-test broke #146

Closed delgurth closed 3 years ago

delgurth commented 3 years ago

With https://github.com/halcyon/asdf-java/pull/140 I missed the fact that it would break the plugin-test step in the tests :(

adoptopenjdk-8.0.252+9.1.openj9-0.20.0 no longer exists, it's now adoptopenjdk-openj9-8.0.252+9.1.openj9-0.20.0

This pull request fixes that.

delgurth commented 3 years ago

Sorry @halcyon seems I broke the test. You don't run into it, yet. But I saw it when I merged upstream back into my fork.