Skip to content

Commit

Permalink
dont need to be open
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jun 2, 2024
1 parent dee674b commit 88c60e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class DowngradeFiles : ConventionTask(), DowngradeFlags {
}

@get:InputFiles
open var inputCollection: FileCollection by FinalizeOnRead(MustSet())
var inputCollection: FileCollection by FinalizeOnRead(MustSet())

@get:InputFiles
var classpath: FileCollection by FinalizeOnRead(LazyMutable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class ShadeFiles : ConventionTask(), ShadeFlags {
}

@get:InputFiles
open var inputCollection: FileCollection by FinalizeOnRead(MustSet())
var inputCollection: FileCollection by FinalizeOnRead(MustSet())

@get:Internal
val outputMap: Map<File, File>
Expand Down

0 comments on commit 88c60e3

Please sign in to comment.