Skip to content

Commit

Permalink
refactor(gradle): Fix wrong property type for milestone.name
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Aug 30, 2022
1 parent 3149eb2 commit d59f5d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -133,6 +133,6 @@ interface GitService extends Releaser {
interface Milestone {
Property<Boolean> getClose()

Property<Boolean> getName()
Property<String> getName()
}
}

0 comments on commit d59f5d7

Please sign in to comment.