Merge pull request #407 from TeamPiped/ignore-npe

Add NewPipeExtractor to ignoreDeps.
This commit is contained in:
Kavin 2022-10-29 22:09:03 +01:00 committed by GitHub
commit 0f282bd3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,8 @@
"groupName": "Personal Forks", "groupName": "Personal Forks",
"enabled": false "enabled": false
} }
],
"ignoreDeps": [
"com.github.FireMasterK.NewPipeExtractor:NewPipeExtractor"
] ]
} }