1
1
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:
Viktor Lofgren
2025-09-30 21:41:45 +02:00
parent f6d5d7f196
commit eebd4b40fc

View File

@@ -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 {