Remove unused JNI artifacts (#1603)

Also removes unnecessary `_M_` prefix from artifacts.
This commit is contained in:
Gold856
2024-11-23 11:54:00 -05:00
committed by GitHub
parent c6a3638a2f
commit 163b5c9c81
2 changed files with 1 additions and 36 deletions

View File

@@ -110,7 +110,7 @@ ext.createComponentZipTasks = { components, names, base, type, project, func ->
description = 'Creates component archive for platform ' + key
destinationDirectory = outputsFolder
archiveClassifier = key
archiveBaseName = '_M_' + base
archiveBaseName = base
duplicatesStrategy = 'exclude'
from(licenseFile) {