specified maven 3.2.5 install throw error with Unsupported special dependency :java #5619
Answered
by
daeho-ro
Assassin199108
asked this question in
Everyday usage
-
Output of
|
Beta Was this translation helpful? Give feedback.
Answered by
daeho-ro
Sep 19, 2024
Replies: 1 comment 3 replies
-
modify :java to "openjdk" that might works. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I mean
depends_on :java
intodepends_on "openjdk"
.