spreadsheet-builder icon indicating copy to clipboard operation
spreadsheet-builder copied to clipboard

org.modelcatalogue.spreadsheet.query.poi.PoiSpreadsheetCriteria is not public

Open Hubbitus opened this issue 4 years ago • 2 comments

image So you can't build project with it as usual with maven or gradle:

./gradlew jar
...
> Task :compileJava FAILED
/home/pasha/temp/pdfIndex/IndexBookHighlight/src/main/java/Tt.java:5: error: cannot access SpreadsheetCriteriaFactory
import static org.modelcatalogue.spreadsheet.query.poi.PoiSpreadsheetCriteria.FACTORY;
^
  class file for org.modelcatalogue.spreadsheet.query.api.SpreadsheetCriteriaFactory not found

Hubbitus avatar Oct 04 '19 13:10 Hubbitus