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-10-02 09:04:25 +02:00
parent f6d5d7f196
commit 2689bd9eaa
2 changed files with 4 additions and 0 deletions

View File

@@ -89,4 +89,6 @@ tasks.register('paperDoll', Test) {
includeTags "paperdoll"
}
jvmArgs = [ '-DrunPaperDoll=true', '--enable-preview' ]
classpath = sourceSets.test.runtimeClasspath
testClassesDirs = sourceSets.test.output.classesDirs
}

View File

@@ -135,4 +135,6 @@ tasks.register('paperDoll', Test) {
includeTags "paperdoll"
}
jvmArgs = [ '-DrunPaperDoll=true', '--enable-preview' ]
classpath = sourceSets.test.runtimeClasspath
testClassesDirs = sourceSets.test.output.classesDirs
}