-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding sindxdll.java #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package directories need to be rooted in src/main/java
, not just src/main
otherwise Maven doesn't realize that it needs to include the compiled code in the jar.
That's what's causing the CI build failure here: https://github.com/bcgov/VDYP/actions/runs/5416957908/jobs/9849034204?pr=9
vdyp-sindex/src/main/java/ca/bc/gov/nrs/vdyp/sindex/Sindxdll.java
Outdated
Show resolved
Hide resolved
…ore folder and add first C file
No description provided.