Skip to content

Commit

Permalink
fixup! Add file associations support
Browse files Browse the repository at this point in the history
[Desktop: Add support for file associations](#773)
  • Loading branch information
zhelenskiy committed Jul 1, 2024
1 parent 0fd4ebe commit a435833
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ abstract class AbstractJPackageTask @Inject constructor(
val javaRuntimePropertiesFile: RegularFileProperty = objects.fileProperty()

@get:Input
@get:Optional
internal val fileAssociations: SetProperty<FileAssociation> = objects.setProperty(FileAssociation::class.java)

private val iconMapping by lazy {
Expand Down

0 comments on commit a435833

Please sign in to comment.