Skip to content

Commit

Permalink
Fix test plugin language file overwriting main language file at compi…
Browse files Browse the repository at this point in the history
…le time.
  • Loading branch information
PhoenixVX committed Dec 11, 2024
1 parent 09b4d8f commit 77268c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ runShadow {
}

tasks.named("shadowJar", ShadowJar) {
configurations = [project.configurations.compileClasspath]
archiveBaseName.set("RetroMCP-CLI")
archiveClassifier.set("all")
setDestinationDirectory(rootProject.getLayout().getBuildDirectory().dir("libs"))
Expand Down
1 change: 1 addition & 0 deletions gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ runShadow {
}

tasks.named("shadowJar", ShadowJar) {
configurations = [project.configurations.compileClasspath]
archiveBaseName.set("RetroMCP-GUI")
archiveClassifier.set("all")
setDestinationDirectory(rootProject.getLayout().getBuildDirectory().dir("libs"))
Expand Down

0 comments on commit 77268c7

Please sign in to comment.