Skip to content

Commit

Permalink
Mapping Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PulseBeat02 committed Nov 8, 2024
1 parent 775102b commit 99b897d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ val windows = System.getProperty("os.name").lowercase().contains("windows")
tasks {

bukkitPluginYaml {
val updatedLibraries = runtimeDeps.stream().map { it.get().toString() }.toList()
val updatedLibraries = runtimeDeps.map { it.get().toString() }
name = "MurderRun"
version = "${project.version}"
description = "Pulse's MurderRun Plugin"
Expand Down

0 comments on commit 99b897d

Please sign in to comment.