You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repo-compiled versions of jsii-pacmak and related tools always have version 0.0.0.
When a repo-compiled version of jsii-pacmak is used to build Java packages, it writes the following dependency version for jsii-runtime: <version>(, 0.0.1)</version>.
Afterwards Maven is very angry and doesn't want to play with us anymore.
The text was updated successfully, but these errors were encountered:
rix0rrr
changed the title
(pacmak): a "dev" version of jsii-pacmak can no longer pack Java
(pacmak): a "dev" version of jsii-pacmak can not pack Java
Nov 1, 2021
When the version of `jsii-pacmak` is `0.0.0`, it will write the following
requirement for `jsii-runtime`: `[,0.0.1)`. There is no version that satisfies
that dependency, so the build fails.
Make an exception: if the version we're trying to install is `^0.0.0`,
translate it to "any old version" instead.
Fixes#3107.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
🐛 Bug Report
Repo-compiled versions of
jsii-pacmak
and related tools always have version0.0.0
.When a repo-compiled version of
jsii-pacmak
is used to build Java packages, it writes the following dependency version forjsii-runtime
:<version>(, 0.0.1)</version>
.Afterwards Maven is very angry and doesn't want to play with us anymore.
The text was updated successfully, but these errors were encountered: