This commit is contained in:
Craig Raw 2025-05-20 19:45:43 +02:00
parent 55a2c86a83
commit 8c32bb3903

View file

@ -3,7 +3,7 @@ plugins {
id 'org-openjfx-javafxplugin' id 'org-openjfx-javafxplugin'
id 'org.beryx.jlink' version '3.1.1' id 'org.beryx.jlink' version '3.1.1'
id 'org.gradlex.extra-java-module-info' version '1.9' id 'org.gradlex.extra-java-module-info' version '1.9'
id 'io.matthewnelson.kmp.tor.resource-filterjar' version '408.16.2' id 'io.matthewnelson.kmp.tor.resource-filterjar' version '408.16.3'
} }
def os = org.gradle.internal.os.OperatingSystem.current() def os = org.gradle.internal.os.OperatingSystem.current()