Skip to content

Commit

Permalink
fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jul 20, 2024
1 parent 97daa46 commit 9393ae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface DowngradeFlags : TransformParameters {
*/
@get:InputFiles
@get:Optional
var apiJar: ListProperty<File>
val apiJar: ListProperty<File>

/**
* sets the log level to [Logger.Level.FATAL]
Expand Down

0 comments on commit 9393ae8

Please sign in to comment.