dough sample jar and run tasks

This commit is contained in:
2023-02-17 13:24:40 -08:00
parent 36e680454e
commit acd5ebbdb9
4 changed files with 44 additions and 1 deletions

View File

@ -9,4 +9,6 @@ repositories {
dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
implementation("org.jetbrains.kotlin:kotlin-serialization:1.8.10")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
}