diff --git a/java_console/build.xml b/java_console/build.xml deleted file mode 100644 index 5ff788fd4d..0000000000 --- a/java_console/build.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - lib/mockito-all-1.10.19.jar - ../java_tools/configuration_definition/lib/snakeyaml.jar - lib/log4j-api-2.13.3.jar - lib/log4j-core-2.13.3.jar - lib/jsr305-2.0.1.jar - lib/dfu/dfu_java.jar - lib/dfu/IntelHexParser.jar - lib/json-simple-1.1.1.jar - lib/json-simple-1.1.1.jar - lib/jaxb-api.jar - lib/httpclient.jar - lib/httpmime.jar - lib/httpcore.jar - lib/jSerialComm.jar - lib/jcip-annotations-1.0.jar - lib/swing-layout-1.0.jar - lib/jep.jar - lib/log4j.jar - lib/junit.jar - lib/SteelSeries-3.9.30.jar - lib/annotations.jar - lib/miglayout-4.0.jar - ../java_tools/configuration_definition/lib/antlr-4.12.0-complete.jar - lib/javacan-core.jar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/java_tools/configuration_definition/build.gradle b/java_tools/configuration_definition/build.gradle index e03dabb359..9c0e74b8b0 100644 --- a/java_tools/configuration_definition/build.gradle +++ b/java_tools/configuration_definition/build.gradle @@ -26,10 +26,6 @@ shadowJar { 'Main-Class': 'com.rusefi.ConfigDefinition' ) } - /* - to keep only classes from logging - and loggin-api as in build.xml - */ dependencies { exclude(dependency(global_libs.jsr305)) exclude(dependency(global_libs.junit)) diff --git a/java_tools/enum_to_string/build.gradle b/java_tools/enum_to_string/build.gradle index 5235ea627a..eabe5dfe62 100644 --- a/java_tools/enum_to_string/build.gradle +++ b/java_tools/enum_to_string/build.gradle @@ -22,10 +22,6 @@ shadowJar { ) } - /* - to keep only classes from logging - and logging-api as in build.xml - */ dependencies { exclude(dependency(global_libs.jsr305)) exclude(dependency(global_libs.junit)) diff --git a/java_tools/ts_plugin_launcher/build.gradle b/java_tools/ts_plugin_launcher/build.gradle index 88a62d8fde..dfa0563996 100644 --- a/java_tools/ts_plugin_launcher/build.gradle +++ b/java_tools/ts_plugin_launcher/build.gradle @@ -60,8 +60,6 @@ shadowJar { } } - -// custom task from build.xml tasks.register('launcher_local_install', Copy) { dependsOn tasks.shadowJar from layout.buildDirectory.dir( jarDir + '/' + jarName + '.jar')