We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b4d8f commit 77268c7Copy full SHA for 77268c7
2 files changed
cli/build.gradle
@@ -24,6 +24,7 @@ runShadow {
24
}
25
26
tasks.named("shadowJar", ShadowJar) {
27
+ configurations = [project.configurations.compileClasspath]
28
archiveBaseName.set("RetroMCP-CLI")
29
archiveClassifier.set("all")
30
setDestinationDirectory(rootProject.getLayout().getBuildDirectory().dir("libs"))
gui/build.gradle
@@ -25,6 +25,7 @@ runShadow {
archiveBaseName.set("RetroMCP-GUI")
31
0 commit comments