We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fa88fa + d792d93 commit 1c951f9Copy full SHA for 1c951f9
build.sbt
@@ -81,6 +81,7 @@ val smithyDump = project
81
"--release",
82
"8",
83
),
84
+ assembly / assemblyOutputPath := baseDirectory.value / "target" / "smithy-dump.jar",
85
)
86
.enablePlugins(AssemblyPlugin)
87
web/public/SmithyDump.jar
@@ -1 +1 @@
1
-../../smithyDump/target/scala-3.7.1/smithyDump-assembly-0.1.0-SNAPSHOT.jar
+../../smithyDump/target/smithy-dump.jar
0 commit comments