File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' application'
4
4
id ' maven-publish'
5
5
id ' com.palantir.git-version' version ' 2.0.0'
6
- id ' com.github.johnrengelman. shadow' version ' 8.1 .1'
6
+ id ' com.gradleup. shadow' version ' 9.0 .1'
7
7
}
8
8
9
9
group = ' com.conveyal'
26
26
manifest {
27
27
attributes ' Automatic-Module-Name' : ' com.conveyal.r5' ,
28
28
' Main-Class' : ' com.conveyal.analysis.BackendMain' ,
29
- ' Build-Jdk-Spec' : targetCompatibility . getMajorVersion() ,
29
+ ' Build-Jdk-Spec' : java . toolchain . languageVersion ,
30
30
' Implementation-Title' : ' Conveyal Analysis Backend' ,
31
31
' Implementation-Vendor' : ' Conveyal LLC' ,
32
32
' Implementation-Version' : project. version
@@ -270,5 +270,9 @@ dependencies {
270
270
// Although rarely used it should be low-impact: it is a test-only dependency with no transitive dependenices.
271
271
testImplementation(' org.jfree:jfreechart:1.5.1' )
272
272
273
+ // Load the test launcher, no longer automatic in Gradle 9:
274
+ // https://github.com/gradle/gradle/issues/34512
275
+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
276
+
273
277
}
274
278
You can’t perform that action at this time.
0 commit comments