Hi, I am following the steps below to set up the Apache Fineract application on Ubuntu 24.04 Linux OS:
$ cat /etc/os-release PRETTY_NAME="Ubuntu 24.04.2 LTS" NAME="Ubuntu" VERSION_ID="24.04" VERSION="24.04.2 LTS (Noble Numbat)" VERSION_CODENAME=noble ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL=" https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=noble LOGO=ubuntu-logo $ java -version openjdk version "21.0.6" 2025-01-21 OpenJDK Runtime Environment (build 21.0.6+7-Ubuntu-124.04.1) OpenJDK 64-Bit Server VM (build 21.0.6+7-Ubuntu-124.04.1, mixed mode, sharing) $git clone https://github.com/apache/fineract.git $cd fineract $ git tag 1.0.0 1.1.0 1.10 1.10.0 1.10.1 1.11.0 1.2.0 1.3.0 1.3.1-unreleased 1.4.0 1.5.0 1.6.0 1.7.0 1.7.1 1.7.2 1.7.3 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.9.0 list mifosplatform-0.12.0.beta mifosplatform-1.9.0-tag $git checkout tags/1.11.0 <----- Is this correct? $ ./gradlew :fineract-provider:bootJar Please comment if the tag 1.11.0 can be used for development purposes? or do i need to use any other branch? Thanks in advance. Best regards, Kaushal