1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

(chore) Update to Java 25

As usual most of the change is dealing with gradle churn.
This commit is contained in:
Viktor Lofgren
2025-09-30 15:59:09 +02:00
parent abf1186fa7
commit f6d5d7f196
10 changed files with 72 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id "me.champeau.jmh" version "0.6.6"
id "me.champeau.jmh" version "0.7.3"
}
java {