Skip to content

Commit

Permalink
disable js and .net assembly scanning which aren't used in web3signer
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe committed Nov 1, 2023
1 parent 6d16973 commit 775250a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ allprojects {
skipProjects = [
':acceptance-tests'
]
analyzers {
retirejs {
enabled = false
}
assemblyEnabled = false
}
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 775250a

Please sign in to comment.