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
But this leads to errors about the project's (main source set) classes dir being a dir and not a jar:
> Processing of jar file /home/sebersole/projects/hibernate/hibernate-orm/5.2/hibernate-orm/hibernate-core/target/classes/java/main failed: /home/sebersole/projects/hibernate/hibernate-orm/5.2/hibernate-orm/hibernate-core/target/classes/java/main (Is a directory)
The text was updated successfully, but these errors were encountered:
Although... it looks like this may actually be an issue in japicmp itself:
Caused by: java.io.FileNotFoundException: /home/sebersole/projects/hibernate/hibernate-orm/5.2/hibernate-orm/hibernate-core/target/classes/java/main (Is a directory)
at japicmp.cmp.JarArchiveComparator.createListOfCtClasses(JarArchiveComparator.java:214)
I'd really love to just do this:
But this leads to errors about the project's (main source set) classes dir being a dir and not a jar:
The text was updated successfully, but these errors were encountered: