Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
MfellnerDev authored Nov 18, 2024
1 parent 82c3072 commit b4cbd0c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
// Apply the application plugin to add support for building a CLI application in Java.
application
id("com.github.johnrengelman.shadow") version "8.1.1"
}

repositories {
Expand Down Expand Up @@ -44,9 +43,3 @@ tasks.jar {
)
}
}
sourceSets {
val main by getting {
resources.srcDir("src/main/resources")
}
}

0 comments on commit b4cbd0c

Please sign in to comment.