File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 distribution : ' adopt'
1616 java-version : ' 8'
1717 - name : Build with Maven
18- run : mvn --no-transfer-progress package site
18+ run : mvn --no-transfer-progress verify site
1919 - name : Deploy documentation
2020 if : ${{ github.ref == 'refs/heads/master' }}
2121 uses : JamesIves/github-pages-deploy-action@releases/v3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ assert bomFileXml.text.contains('<reference type="website">\n' +
1010
1111assert ! bomFileXml. text. contains(' <property name="maven.optional.unused">' )
1212
13- assert bomFileJson. text. contains(' "specVersion" : "1.5 "' )
13+ assert bomFileJson. text. contains(' "specVersion" : "1.6 "' )
1414
1515// Reproducible Builds
1616assert ! bomFileJson. text. contains(' "timestamp"' )
You can’t perform that action at this time.
0 commit comments