Skip to content

Commit 989b18c

Browse files
committed
Skip Swagger post-postprocessing if skipSwagger is true
1 parent ba20cb9 commit 989b18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ POSSIBILITY OF SUCH DAMAGE.
10231023
10241024
Default: ${build.java.spring.skip} (on when the Spring portion of the Java build is on)
10251025
-->
1026-
<skipSwaggerPostprocess>${build.java.spring.skip}</skipSwaggerPostprocess>
1026+
<skipSwaggerPostprocess>${build.java.spring.generateSwagger.skip}</skipSwaggerPostprocess>
10271027
<build.java.spring.postprocessSwagger.skip>${skipSwaggerPostprocess}</build.java.spring.postprocessSwagger.skip>
10281028

10291029
<!--

0 commit comments

Comments
 (0)