From 21bd46ca7cbc66cff08f758e5bf23ed1720dea36 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sat, 1 Jun 2024 12:15:43 +0200 Subject: [PATCH] Add Build.run configuration file A new Build.run.xml file has been introduced to configure the Gradle Run for the project. It includes the setup for tasks like "clean" and "shadowJar", as well as configuration options for the external system and run environment. --- .run/Build.run.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .run/Build.run.xml diff --git a/.run/Build.run.xml b/.run/Build.run.xml new file mode 100644 index 0000000..f289166 --- /dev/null +++ b/.run/Build.run.xml @@ -0,0 +1,37 @@ + + + + + + + true + true + + + + + false + false + + + \ No newline at end of file