Skip to content

Commit

Permalink
[#926] javadoc error
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Jan 22, 2021
1 parent 876276c commit 8d030e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_multibranch_pipeline
Expand Up @@ -43,7 +43,7 @@ pipeline {
}
steps {
configFileProvider([configFile(fileId: 'mvn-bdc-settings', variable: 'MVN_SETTINGS')]) {
sh "mvn -s $MVN_SETTINGS clean deploy source:jar " +
sh "mvn -s $MVN_SETTINGS clean deploy javadoc:jar source:jar " +
"-T1C --batch-mode --errors " +
"-Pbuild-documentation,ditto " +
"-Drevision=${theVersion} " +
Expand Down
Expand Up @@ -51,7 +51,6 @@
* Each trie node has a {@link GrantRevokeIndex}, which maps each permission to the set of granted authorization
* subjects and the set of revoked authorization subjects. The grant-revoke-indices are calculated in 4 different ways
* to produce 4 tries of the same shape. 3 of those tries are used for policy enforcement.
* </p>
* <ol>
* <li><em>Raw Trie:</em>
* For each policy entry, pairs of permissions and their granted/revoked subjects are added to the trie node at the
Expand Down

0 comments on commit 8d030e8

Please sign in to comment.