libeufin

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

commit 54d55f2f699844658254eb77aa770ce0164f9b4b
parent f31bfba9f722ac1bf906dc126eae7120dc334531
Author: Antoine A <>
Date:   Wed,  3 Sep 2025 14:21:54 +0200

common: update gradle and shadow plugin

Diffstat:
Mbuild.gradle | 4++--
Mgradle/wrapper/gradle-wrapper.properties | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle @@ -24,7 +24,7 @@ allprojects { set("coroutines_version", "1.10.2") set("postgres_version", "42.7.7") set("junixsocket_version", "2.10.1") - set("shadow_version", "8.3.6") + set("shadow_version", "9.1.0") } repositories { @@ -42,7 +42,7 @@ subprojects { inputs.dir("$rootDir/nexus/sample").withPathSensitivity(PathSensitivity.RELATIVE) inputs.dir("$rootDir/testbench/sample").withPathSensitivity(PathSensitivity.RELATIVE) testLogging { - exceptionFormat 'full' + exceptionFormat = 'full' } } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME