Skip to content

Commit e52cabd

Browse files
committed
Fix zsdt packaging
1 parent b16ffcf commit e52cabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ configure(subprojects.findAll { ['archives', 'packages'].contains(it.name) }) {
357357
into('platform') {
358358
from(configurations.libsNative)
359359
if (os != null) {
360-
include (os + '-' + architecture.classifier + '/*')
360+
include (os + '-' + architecture.jdkClassifier + '/*')
361361
}
362362
}
363363
into('entitlement-agent') {

0 commit comments

Comments
 (0)