Skip to content

Commit

Permalink
Java: Fix gradle script
Browse files Browse the repository at this point in the history
  • Loading branch information
agdavydov81 committed Oct 31, 2023
1 parent 7c0c561 commit ba3e4bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/dfp-math/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ba3e4bb

Please sign in to comment.