While Agrest works fine with java 11 projects, building with Java 11 fails with errors like this:
ERROR] /Users/andrus/work/agrest/agrest-4.x/agrest-engine/src/main/java/io/agrest/runtime/AgBuilder.java:[56,24] reference to Module is ambiguous
[ERROR] both interface org.apache.cayenne.di.Module in org.apache.cayenne.di and class java.lang.Module in java.lang match
While Agrest works fine with java 11 projects, building with Java 11 fails with errors like this: