Skip to content

Commit

Permalink
Feat: set up bootJar disabled, jar enabled at core module
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Feb 3, 2024
1 parent a91371c commit 86dc067
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions daepiro-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ repositories {
mavenCentral()
}

bootJar {
enabled = false
}

jar {
enabled = true
}

dependencies {
implementation project(':daepiro-common')

Expand Down

0 comments on commit 86dc067

Please sign in to comment.