spring-security/buildSrc
Rob Winch d8ae2c8763 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:03:10 -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:35:49 -03:00
src GitHubMilestoneApiTests due_on Uses LocalDate 2022-08-15 13:03:10 -05:00
build.gradle Fix Snapshot Sources/Javadoc 2022-07-26 16:25:52 -05:00