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
The "only" difference between my setup and the setup on GitHub is IMHO the caching.
Could it be possible that com.github.nbbrd.heylogs:heylogs-api:jar:0.6.1-SNAPSHOT is cached on GitHub - and therefore "Rule 10" does not trigger there, but locally here?
The text was updated successfully, but these errors were encountered:
I'm not sure about the origin of the problem but my guess is that it is related to the 2-pass build.
Heylogs is a Java8 library distributed with a JPMS module-info. This is done by compiling the code twice. The first compilation compiles everything with Java9+ and the second one compiles evererything except module-info.java with Java8.
My advice would be to properly clean the target folders before doing anything else so that Maven enforcer doesn't complain about unexcepted files.
I have issues to get this plugin to compile locally
The "only" difference between my setup and the setup on GitHub is IMHO the caching.
Could it be possible that
com.github.nbbrd.heylogs:heylogs-api:jar:0.6.1-SNAPSHOT
is cached on GitHub - and therefore "Rule 10" does not trigger there, but locally here?The text was updated successfully, but these errors were encountered: