From a7e90395d24ec3d33262dd5d09c5faec61651a51 Mon Sep 17 00:00:00 2001 From: bvcxza <175357591+bvcxza@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:53:15 -0300 Subject: [PATCH] Fix build failure removing jtorct explict dependency --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index e92079b0f1..060205573b 100644 --- a/build.gradle +++ b/build.gradle @@ -317,9 +317,6 @@ configure(project(':common')) { exclude(module: 'animal-sniffer-annotations') } - // override transitive dependency version from 1.5 to the same version just identified by commit number. - // Remove this if transitive dependency is changed to something else than 1.5 - implementation(group: 'com.github.JesusMcCloud', name: 'jtorctl') { version { strictly "[9b5ba2036b]" } } implementation "org.openjfx:javafx-base:$javafxVersion:$os" implementation "org.openjfx:javafx-graphics:$javafxVersion:$os" }