-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
Maven shade plugin and javadoc plugins have issues with Java 10 so those are currently commented out. BStats cannot work because shade plugin is not shading. Shade plugin is fixed in snapshots, but not in Maven Central yet.
- Loading branch information
There are no files selected for viewing
4 comments
on commit 95f8c81
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.
What about firstly trying to update to Java 9 and wait for Maven plugins to come out in Java 10?
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.
maven is 100% fine with jdk 11
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.
what is this issue about the shade plugin? never experienced that
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.
@sgdc3 https://issues.apache.org/jira/browse/MSHADE-289
It's fixed, but not in Maven central yet. You may know a way to get it to work. Anyway, we still need to compile for Java 8 because 98% of our users are using it.
NO NO NO ;-;