From ba3e4bbb89f3c8cc049c08434602b3de2e2a6b0b Mon Sep 17 00:00:00 2001 From: Andrei Davydov Date: Tue, 31 Oct 2023 04:06:43 +0300 Subject: [PATCH] Java: Fix gradle script --- java/dfp-math/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/dfp-math/build.gradle b/java/dfp-math/build.gradle index bec29db..22f2526 100644 --- a/java/dfp-math/build.gradle +++ b/java/dfp-math/build.gradle @@ -38,6 +38,8 @@ dependencies { compileJava.dependsOn ":java:nativeWrappers:makeNativeWrappersDfpMath" +def versionSuffix = versioning()["suffix"] + task copyNativeDfpMathResourcesMuslToAmd64(type: Copy) { from "$rootDir/native/bin/linux/musl" into "$rootDir/native/binmathJava/resources_com_epam_deltix_dfpmath/linux/amd64"