diff --git a/build.gradle b/build.gradle index 3ee485f9..0bebffde 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ description = "Spring Authorization Server" springRelease { repositoryOwner = "spring-projects" - weekOfMonth = 2 - dayOfWeek = 4 + weekOfMonth = 3 + dayOfWeek = 2 referenceDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/reference/html/" apiDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/api/" replaceSnapshotVersionInReferenceDocUrl = false