Reform dependency structure.

This commit is contained in:
2023-02-07 04:52:54 -05:00
parent eb587dc299
commit d335a0b63f
36 changed files with 121 additions and 98 deletions

View File

@ -1,10 +1,10 @@
plugins {
id("gay.pizza.foundation.concrete-library")
id("gay.pizza.foundation.concrete-base")
id("com.github.johnrengelman.shadow")
}
dependencies {
api(project(":common-heimdall"))
implementation(project(":common-heimdall"))
implementation("com.github.ajalt.clikt:clikt:3.5.1")
implementation("org.slf4j:slf4j-simple:2.0.6")