Skip to content

Commit

Permalink
Upload jar to github
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Dec 23, 2021
1 parent 6179a2a commit 2a8beb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ lavalink:
repository: "https://jitpack.io"
```
Alternatively you can download the jar from the release on github and place that in your plugins folder
# Configuration
The plugin exposes these configuration options
<br><b>NOTE:</b> this plugins block is a root level object, don't place it where you import the plugin
Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ application {
mainClass.set("org.springframework.boot.loader.JarLauncher")
}

val pluginVersion = Version(1, 1, 0)
val pluginVersion = Version(1, 1, 1)

group = "com.dunctebot"
version = "$pluginVersion"
Expand Down Expand Up @@ -110,6 +110,7 @@ githubRelease {
owner("DuncteBot")
repo("lavalink")
targetCommitish(System.getenv("RELEASE_TARGET"))
releaseAssets(tasks.shadowJar.get().outputs.files.toList())
tagName(verName)
releaseName(verName)
overwrite(false)
Expand Down

0 comments on commit 2a8beb8

Please sign in to comment.