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 {
22 repositories {
33 mavenCentral()
44 }
5-
6- dependencies {
7- classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.2.0'
8- }
95}
106
117plugins {
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"
1613}
1714
18- apply plugin: 'biz.aQute.bnd.builder'
19-
2015version = '4.0.0'
2116group = 'com.github.tschoonj'
2217sourceCompatibility = '1.8'
@@ -31,9 +26,9 @@ repositories {
3126
3227dependencies {
3328 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 '
3732}
3833
3934sourceSets {
You can’t perform that action at this time.
0 commit comments