X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/53b84bad0280694a19e47d6f76620f8a140fdd15..fa5c09d23b830f2999a52421c189a3e4661da99f:/build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts index baba4b68..12854c97 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,12 +30,15 @@ graalvmNative { repositories { mavenLocal() mavenCentral() + maven { + url = uri("https://raw.github.com/AsamK/maven/master/releases/") + } } dependencies { implementation("org.bouncycastle:bcprov-jdk15on:1.69") implementation("net.sourceforge.argparse4j:argparse4j:0.9.0") - implementation("com.github.hypfvieh:dbus-java:3.3.1") + implementation("com.github.hypfvieh:dbus-java-transport-native-unixsocket:4.0.0-beta") implementation("org.slf4j:slf4j-simple:1.7.32") implementation("org.slf4j", "jul-to-slf4j", "1.7.32") implementation(project(":lib"))