generated from 2martens/template-service
Initial commit
This commit is contained in:
22
gradle/config/suppression.xml
Normal file
22
gradle/config/suppression.xml
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
|
||||
|
||||
<!-- grpc-netty-shaded-1.22.2 isn't netty in version 1.22.2 -->
|
||||
<suppress>
|
||||
<notes><![CDATA[
|
||||
file name: grpc-netty-shaded-1.22.2.jar
|
||||
]]></notes>
|
||||
<packageUrl regex="true">^pkg:maven/io\.grpc/grpc\-netty\-shaded@.*$</packageUrl>
|
||||
<cpe>cpe:/a:netty:netty</cpe>
|
||||
</suppress>
|
||||
|
||||
<!-- grpc-netty-1.22.2 isn't netty in version 1.22.2 -->
|
||||
<suppress>
|
||||
<notes><![CDATA[
|
||||
file name: grpc-netty-1.22.2.jar
|
||||
]]></notes>
|
||||
<packageUrl regex="true">^pkg:maven/io\.grpc/grpc\-netty@.*$</packageUrl>
|
||||
<cpe>cpe:/a:netty:netty</cpe>
|
||||
</suppress>
|
||||
|
||||
</suppressions>
|
||||
5
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
5
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
Reference in New Issue
Block a user