spring-security/buildSrc
Rob Winch c7b39eed58 GitHubMilestoneApiTests due_on Uses LocalDate
`GitHubMilestoneApiTests` uses `Instant.now()` for `due_on`. Since
`Instant.now()` is UTC time based,
`isMilestoneDueTodayWhenDueTodayThenTrue` fails when the computer that runs
the test is not the same day as it is in UTC time.

To fix it, `due_on` should be set to an `Instant` based upon the timezone
of the current computer.

Closes gh-11706
2022-08-15 13:02:32 -05:00
..
.idea add management platform(project(":spring-security-dependencies")) 2021-04-05 10:36:36 -05:00
gradle/wrapper Update to Gradle 7.3 2021-11-10 11:05:18 -03:00
src GitHubMilestoneApiTests due_on Uses LocalDate 2022-08-15 13:02:32 -05:00
build.gradle Update to build-info-extractor-gradle:4.29.0 2022-07-26 15:42:50 -05:00