Rework many parts and move some components into the core module

This commit is contained in:
Christopher Schnick
2022-01-08 04:30:16 +01:00
parent e5a84a83db
commit b192fd5b09
29 changed files with 644 additions and 67 deletions

View File

@@ -12,9 +12,11 @@ repositories {
mavenCentral()
}
apply from: "$rootDir/deps/jackson.gradle"
apply from: "$rootDir/deps/slf4j.gradle"
dependencies {
implementation files(project(':library').jar.archivePath)
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.0-alpha1'
}
compileJava.dependsOn(project(':library').jar)