Exclude gradle-wrapper.jar
from the VMR (#15494)
This commit is contained in:
commit
6c24d9e3e2
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@
|
|||
"exclude": [
|
||||
"src/submodules/MessagePack-CSharp/**/*.dll",
|
||||
"**/samples/**/jquery-validation-unobtrusive/.bower.json",
|
||||
"**/samples/**/jquery-validation-unobtrusive/*.js"
|
||||
"**/samples/**/jquery-validation-unobtrusive/*.js",
|
||||
"src/SignalR/clients/java/signalr/gradle/wrapper/gradle-wrapper.jar"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue