Skip to content

Commit

Permalink
Fixed broken java api build #1173
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Mar 30, 2022
1 parent 10e3310 commit 26e197b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sechub-doc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ task generateOpenapi() {
scanJobSchema.properties.infraScan.properties.uris.items = stringType
scanJobSchema.properties.infraScan.properties.ips.items = stringType
scanJobSchema.properties.codeScan.properties.fileSystem.properties.folders.items = stringType
scanJobSchema.properties.codeScan.properties.fileSystem.properties.files.items = stringType
scanJobSchema.properties.codeScan.properties.use.items = stringType
scanJobSchema.properties.webScan.properties.includes.items = stringType
scanJobSchema.properties.webScan.properties.excludes.items = stringType

Expand Down

0 comments on commit 26e197b

Please sign in to comment.