We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812a40b commit a560324Copy full SHA for a560324
build.gradle
@@ -13,7 +13,6 @@ plugins {
13
id 'nebula.nebula-javadoc-jar' version '2.2.2'
14
id 'nebula.nebula-source-jar' version '2.2.2'
15
id 'com.jfrog.bintray' version '1.6'
16
- id 'ru.vyarus.animalsniffer' version '1.0.0'
17
}
18
19
description = 'This project aims to provide the facility to easily implement JSON-RPC for the java programming language.'
@@ -77,7 +76,6 @@ dependencies {
77
76
testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl:2.5'
78
testRuntime 'org.apache.logging.log4j:log4j-core:2.5'
79
80
- signature 'org.codehaus.mojo.signature:java17:1.0@signature'
81
82
83
jar {
0 commit comments