libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 275a1982b131bc8cd1787a3632f730cb63bb64ea
parent d1c7c8a9f83c3e7e7adad6ebac45d01b07e21143
Author: ng <>
Date:   Sat, 22 Oct 2022 17:47:20 +0200

docs: Mention requirement of Java 18

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -3,7 +3,7 @@ Installing LibEuFin $ ./bootstrap $ ./configure --prefix=$PFX -$ make install +$ make install # Note: This may require Java=18; Java=17 broke for me, Java>=19 is unsupported by gradle If the previous step succeeded, libeufin-nexus and a command line client (libeufin-cli) should be found under $PFX/bin. Additionally,