Explorar el Código

Add --stacktrace Antora argument

Rob Winch hace 3 años
padre
commit
3c39761ca1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/spring-security-docs.gradle

+ 1 - 1
docs/spring-security-docs.gradle

@@ -7,7 +7,7 @@ apply plugin: 'java'
 
 antora {
 	antoraVersion = "3.0.0-alpha.8"
-	arguments = ["--fetch"]
+	arguments = ["--fetch", "--stacktrace"]
 }
 
 tasks.antora {