We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2a61f commit 63a40b1Copy full SHA for 63a40b1
internal/prebuild-binaries/build.gradle.kts
@@ -202,7 +202,7 @@ artifacts {
202
if (hasPrebuiltAssets.getOrElse(false)) {
203
// In CI builds, we set hasPrebuiltAssets=true. In that case, contents of build/output have been downloaded from
204
// cache and don't need to be rebuilt.
205
- add(nativeSqliteConfiguration.name, layout.buildDirectory.dir("output/native"))
+ add(nativeSqliteConfiguration.name, layout.buildDirectory.dir("output/static"))
206
add(jniSqlite3McConfiguration.name, layout.buildDirectory.dir("output/jni"))
207
} else {
208
add(nativeSqliteConfiguration.name, compileNative)
0 commit comments