You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Aleksandar Vidakovic (Jira)" <ji...@apache.org> on 2021/02/26 17:58:00 UTC

[jira] [Commented] (FINERACT-1317) ERROR WHEN BUILDING LOCALLY WITH GRADLE

    [ https://issues.apache.org/jira/browse/FINERACT-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291841#comment-17291841 ] 

Aleksandar Vidakovic commented on FINERACT-1317:
------------------------------------------------

[~Celestino_127] could you please check which version of Java you have installed? Looks like you try running the build script with a JVM that is too old. The error message tells you that your local JVM is version 8 and the script (and it's dependencies) need at least a JVM version 11. Just upgrade your local JVM installation and you'll be fine.

> ERROR WHEN BUILDING LOCALLY WITH GRADLE
> ---------------------------------------
>
>                 Key: FINERACT-1317
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1317
>             Project: Apache Fineract
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.4.0
>         Environment: Windows 10, Powershell
>            Reporter: Celestine Maria Kariuki
>            Priority: Major
>             Fix For: 1.4.0, 1.5.0
>
>
> When I run apache fineract locally, on my Windows PC, I have run 
>  * {{./gradlew createDB -PdbName=fineract_tenants}}
>  * Then, the build commences but then it fails and displays an error message
>  * The error message: 
> * Where:
> Build file 'C:\Users\celestino\finTech\fineract\build.gradle' line: 363
> What went wrong:
> A problem occurred evaluating root project 'fineract'.
> > java.lang.UnsupportedClassVersionError: com/github/spotbugs/snom/SpotBugsPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
>  * What should I do to correct this error?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)