Skip to content

Commit

Permalink
Fix imports for closeMilestone task
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 15, 2024
1 parent 6881888 commit 28c2a9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ task github(dependsOn: build) {
}

import java.time.LocalDate
import java.time.format.DateTimeFormatter
import org.kohsuke.github.GHIssueState
import java.time.ZoneId

task closeMilestone {
onlyIf {
Expand Down

0 comments on commit 28c2a9f

Please sign in to comment.