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 bea2411 commit 7fc0a78Copy full SHA for 7fc0a78
src/main/kotlin/LavalinkGradlePlugin.kt
@@ -89,9 +89,6 @@ private fun Project.configurePublishing() {
89
private fun Project.configureTasks(extension: LavalinkExtension, serverDependency: Provider<Dependency>) {
90
tasks {
91
val generatePluginProperties by registering(GeneratePluginPropertiesTask::class)
92
- named("processResources") {
93
- dependsOn(generatePluginProperties)
94
- }
95
96
val jar by getting(Jar::class)
97
val collectPluginDependencies by registering(Copy::class) {
0 commit comments