cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine

Home Page:https://www.cuba-platform.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yarg/yarg.api split packages

DellCliff opened this issue · comments

Combine yarg and yarg.api into one deployment unit to avoid split packages, which interfere with the Java module system, or put up another artifact with those combined.

Environment

  • YARG version: 2.2.9

Description of the bug or enhancement

  • Depend on yarg
  • Have a module-info.java file
  • Puttin yarg and yarg.api into your module-info.java file causes an error, because of duplicate packages (split packages) inside yarg and yarg.api