Explorar o código

Fix release scheduling params

Issue gh-1426
Steve Riesenberg hai 1 ano
pai
achega
d4a9698cee
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      build.gradle

+ 2 - 2
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