File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,16 @@ buildscript {
2
2
repositories {
3
3
mavenCentral()
4
4
}
5
-
6
- dependencies {
7
- classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.2.0'
8
- }
9
5
}
10
6
11
7
plugins {
12
- id 'java-library'
13
- id 'com.adarshr.test-logger' version '1.7.0'
14
- id 'maven-publish'
15
- id 'signing'
8
+ id "java-library"
9
+ id "com.adarshr.test-logger" version "2.1.1"
10
+ id "maven-publish"
11
+ id "signing"
12
+ id "biz.aQute.bnd.builder" version "5.3.0"
16
13
}
17
14
18
- apply plugin: 'biz.aQute.bnd.builder'
19
-
20
15
version = '4.0.0'
21
16
group = 'com.github.tschoonj'
22
17
sourceCompatibility = '1.8'
@@ -31,9 +26,9 @@ repositories {
31
26
32
27
dependencies {
33
28
api 'org.apache.commons:commons-math3:3.6.1'
34
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2 '
35
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2 '
36
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2 '
29
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1 '
30
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.1 '
31
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.1 '
37
32
}
38
33
39
34
sourceSets {
You can’t perform that action at this time.
0 commit comments