File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ plugins {
44}
55
66group ' com.github.codeborne'
7- version ' 1.6-SNAPSHOT'
8-
9- sourceCompatibility = targetCompatibility = 17
7+ version ' 1.9-SNAPSHOT'
108
119compileJava {
10+ sourceCompatibility = targetCompatibility = 17
1211 options. compilerArgs. add(' --add-exports=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED' )
1312}
1413
@@ -18,12 +17,12 @@ javadoc {
1817
1918task sourcesJar (type : Jar ) {
2019 from sourceSets. main. allJava
21- classifier = ' sources'
20+ archiveClassifier . set( ' sources' )
2221}
2322
2423task javadocJar (type : Jar ) {
2524 from javadoc
26- classifier = ' javadoc'
25+ archiveClassifier . set( ' javadoc' )
2726}
2827
2928repositories {
@@ -86,7 +85,8 @@ publishing {
8685
8786
8887dependencies {
89- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
88+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4'
89+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4'
9090 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
9191 testImplementation ' org.assertj:assertj-core:3.15.0'
9292 testImplementation ' org.jetbrains:annotations:20.1.0'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments