I am running the following command
./gradlew -x test distZip
This display the following errors.
> Task :compileJava FAILED
/Users/yoshimitsu/IntelliJProject/fineract-pentaho/src/main/java/org/apache/fineract/infrastructure/report/service/PentahoReportingProcessServiceImpl.java:175: error: cannot access PersistenceWeaved
final var userhierarchy = currentUser.getOffice().getHierarchy();
^
class file for org.eclipse.persistence.internal.weaving.PersistenceWeaved not found
/Users/yoshimitsu/IntelliJProject/fineract-pentaho/src/main/java/org/apache/fineract/infrastructure/report/service/PentahoReportingProcessServiceImpl.java:181: error: cannot access PersistenceObject
final var userid = currentUser.getId();
^
class file for org.eclipse.persistence.internal.descriptors.PersistenceObject not found
2 errors
FAILURE: Build failed with an exception.
I have tried the followings:
Downgrade fineract from develop to 1.8 & 1.7
Tried multiple solution from the github issues list.
I am running the following command
./gradlew -x test distZip
This display the following errors.
I have tried the followings:
Stack: OS : macOS Ventura JDK: 17.0.0 Fineract branch: develop Fineract Pentaho branch: develop