mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-10-05 21:22:39 +02:00
(chore) Update to Java 25
Unbreak test suites
This commit is contained in:
@@ -17,8 +17,12 @@ tasks.register('fastTests', Test) {
|
||||
useJUnitPlatform {
|
||||
excludeTags("slow", "flaky")
|
||||
}
|
||||
classpath = sourceSets.test.runtimeClasspath
|
||||
testClassesDirs = sourceSets.test.output.classesDirs
|
||||
}
|
||||
dependencies {
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
|
Reference in New Issue
Block a user