cleanup and build

This commit is contained in:
petrukhnov
2026-06-17 15:57:14 +01:00
parent a8e21bfd96
commit f521bb5a6b
9 changed files with 272 additions and 213 deletions
+4 -2
View File
@@ -3,9 +3,11 @@ plugins {
id 'idea'
id 'org.hidetake.ssh' version '2.10.1'
id "net.ossindex.audit" version "0.4.5-beta"
id "com.github.johnrengelman.shadow" version "8.1.1"
id "com.gradleup.shadow" version "9.4.2"
}
version = '0.3.0'
repositories {
maven { url "https://jitpack.io" }
mavenCentral()
@@ -32,7 +34,7 @@ jar {
}
}
task fatJar {
tasks.register('fatJar') {
doLast {
}
}