@@ -7,15 +7,15 @@ buildscript {
7
7
}
8
8
9
9
dependencies {
10
- classpath " gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0 "
10
+ classpath " gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1 "
11
11
classpath " me.champeau.gradle:jmh-gradle-plugin:0.5.3"
12
12
classpath ' ru.vyarus:gradle-animalsniffer-plugin:1.5.3'
13
13
classpath " biz.aQute.bnd:biz.aQute.bnd.gradle:5.3.0"
14
- classpath ' com.vanniktech:gradle-maven-publish-plugin:0.8 .0'
14
+ classpath ' com.vanniktech:gradle-maven-publish-plugin:0.17 .0'
15
15
}
16
16
}
17
17
18
- apply plugin : ' java'
18
+ apply plugin : ' java-library '
19
19
apply plugin : ' eclipse'
20
20
apply plugin : " me.champeau.gradle.jmh"
21
21
apply plugin : ' pmd'
@@ -39,23 +39,20 @@ repositories {
39
39
mavenCentral()
40
40
maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
41
41
maven { url ' https://oss.sonatype.org/content/groups/public' }
42
- maven { url ' https://oss.jfrog.org/libs-snapshot' }
43
42
maven { url ' https://repo.spring.io/libs-snapshot' }
44
43
}
45
44
46
45
dependencies {
47
46
signature ' org.codehaus.mojo.signature:java18:1.0@signature'
48
47
49
- compile " org.reactivestreams:reactive-streams:1.0.3"
50
- compile " io.reactivex:rxjava:1.3.8"
51
- compile " io.reactivex.rxjava3:rxjava:3.1.0 "
48
+ api " org.reactivestreams:reactive-streams:1.0.3"
49
+ api " io.reactivex:rxjava:1.3.8"
50
+ api " io.reactivex.rxjava3:rxjava:3.1.1 "
52
51
53
- testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2'
54
- testCompile ' org.mockito:mockito-core:3.12.4'
52
+ testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.2'
53
+ testImplementation ' org.mockito:mockito-core:3.12.4'
55
54
}
56
55
57
- apply plugin : ' maven'
58
-
59
56
apply plugin : ' biz.aQute.bnd.builder'
60
57
61
58
jar {
@@ -126,7 +123,7 @@ build.dependsOn jacocoTestReport
126
123
check. dependsOn jacocoTestReport
127
124
128
125
pmd {
129
- toolVersion = ' 5.4.2 '
126
+ toolVersion = ' 6.21.0 '
130
127
ignoreFailures = true
131
128
sourceSets = [sourceSets. main]
132
129
ruleSets = []
0 commit comments