some refactoring

This commit is contained in:
hdvtdev
2025-04-24 20:59:49 +03:00
parent ab43f9cb52
commit 5fe53b2539
15 changed files with 122 additions and 79 deletions

View File

@@ -5,6 +5,7 @@ plugins {
group = 'com.github.hdvtdev'
version = '1.0.0'
repositories {
mavenCentral()
}
@@ -13,7 +14,3 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
}
jar {
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}