diff options
| author | J08nY | 2024-04-03 12:37:19 +0200 |
|---|---|---|
| committer | J08nY | 2024-04-03 12:37:19 +0200 |
| commit | fcc645f2627167c35e63cb7e7595000d65c70a1e (patch) | |
| tree | 8659886f550ebac0a39141aea026b0fcc6e0f36a | |
| parent | 56a5614fa6627873bb215ca8eba1fc68785c79f4 (diff) | |
| download | ECTester-fcc645f2627167c35e63cb7e7595000d65c70a1e.tar.gz ECTester-fcc645f2627167c35e63cb7e7595000d65c70a1e.tar.zst ECTester-fcc645f2627167c35e63cb7e7595000d65c70a1e.zip | |
Fix CI lib build.
| -rw-r--r-- | standalone/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/build.gradle.kts b/standalone/build.gradle.kts index 27764eb..f8d7f9b 100644 --- a/standalone/build.gradle.kts +++ b/standalone/build.gradle.kts @@ -90,7 +90,7 @@ tasks.register<Exec>("libs") { workingDir("src/main/resources/cz/crcs/ectester/standalone/libs/jni") environment("PROJECT_ROOT_PATH", rootDir.absolutePath) - val libName = findProperty("libName") ?: "" + val libName = findProperty("libName") ?: "all" if ( libName == "" ) { println("Building all libraries") } else { |
