Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
MEFRREEX committed Oct 3, 2024
1 parent 9b8936b commit 9596d90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bot/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
kotlin("jvm") version "1.9.21"
id("com.github.johnrengelman.shadow") version "8.1.1"
}

dependencies {
Expand All @@ -16,4 +17,8 @@ tasks.withType<Jar> {

kotlin {
jvmToolchain(17)
}

tasks.build {
dependsOn(tasks.shadowJar)
}

0 comments on commit 9596d90

Please sign in to comment.