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"