DAI 2024-2025 - My picocli project - David Berger #322
Closed
Davtek11
started this conversation in
Show and tell
Replies: 1 comment
-
Everything seems fine for me except the <properties>
<!-- Omitted for brevity -->
</properties> You must keep the initial values to ensure Maven can encode the files correctly (more on this in the next course) and check for the right Java version. Also, these lines can be removed as the <dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
</dependency> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/Davtek11/DAI-Installation
Beta Was this translation helpful? Give feedback.
All reactions