Skip to content

Commit

Permalink
chore: add library plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 27, 2023
1 parent 8e5bf20 commit 9813306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
@@ -1,5 +1,6 @@
plugins {
id("paper-plugin")
id("library-plugin")
}

dependencies {
Expand Down Expand Up @@ -73,6 +74,6 @@ tasks {

if (!file.exists()) file.mkdirs()

outputJar.set(layout.buildDirectory.file("$file/${rootProject.name}-Paper-${rootProject.version}.jar"))
outputJar.set(layout.buildDirectory.file("$file/${rootProject.name}-${rootProject.version}.jar"))
}
}

0 comments on commit 9813306

Please sign in to comment.