Skip to content

Commit 6878a0a

Browse files
committed
Remove unused macAssetsDir property
The `macAssetsDir` property in `AbstractJPackageTask` was unused and has been removed.
1 parent b608da2 commit 6878a0a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractJPackageTask.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,6 @@ abstract class AbstractJPackageTask @Inject constructor(
299299
@get:Optional
300300
internal val macLayeredIcons: DirectoryProperty = objects.directoryProperty()
301301

302-
@get:InputDirectory
303-
@get:Optional
304-
internal val macAssetsDir: DirectoryProperty = objects.directoryProperty()
305-
306302
private val iconMapping by lazy {
307303
val icons = fileAssociations.get().mapNotNull { it.iconFile }.distinct()
308304
if (icons.isEmpty()) return@lazy emptyMap()

0 commit comments

Comments
 (0)