Skip to content

Commit

Permalink
fix(gradle-plugin): Correct ff args property input annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Sep 2, 2023
1 parent e815aec commit 502179d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public DecompileJarTask() {
*
* @return extra arguments
*/
@Nested
@Input
@Optional
public abstract MapProperty<String, String> getExtraFernFlowerArgs();

Expand Down

0 comments on commit 502179d

Please sign in to comment.