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.
1 parent 7f96803 commit 7014da3Copy full SHA for 7014da3
build.sbt
@@ -12,5 +12,6 @@ lazy val plugin = (project in file("plugin"))
12
libraryDependencies ++= Seq(
13
"org.spigotmc" % "spigot-api" % "1.18.1-R0.1-SNAPSHOT" % "provided",
14
"org.typelevel" %% "cats-core" % "2.7.0"
15
- )
+ ),
16
+ assembly / assemblyJarName := s"${name.value}-assembly_${scalaBinaryVersion.value}-${version.value}.jar"
17
)
0 commit comments