Skip to content

Commit

Permalink
[FAB-15507] Exclude unnecessary contract javadoc
Browse files Browse the repository at this point in the history
Change-Id: I05bcf9976d76aec94b98c8f85ab549870e2be11e
Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti committed Jun 18, 2019
1 parent 9cc6553 commit 5ad6ed8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion fabric-chaincode-shim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,14 @@ task licenseCheck {

javadoc {
failOnError = false
excludes = ['org/hyperledger/fabric/shim/impl/**',
excludes = ['org/hyperledger/fabric/contract/ContextFactory.java',
'org/hyperledger/fabric/contract/ContractRouter.java',
'org/hyperledger/fabric/contract/ContractRuntimeException.java',
'org/hyperledger/fabric/contract/execution/**',
'org/hyperledger/fabric/contract/metadata/**',
'org/hyperledger/fabric/contract/routing/**',
'org/hyperledger/fabric/contract/systemcontract/**',
'org/hyperledger/fabric/shim/impl/**',
'org/hyperledger/fabric/shim/helper/**',
'org/hyperledger/fabric/shim/ChaincodeBase.java']
source = sourceSets.main.allJava
Expand Down

0 comments on commit 5ad6ed8

Please sign in to comment.