Skip to content

Commit 2cd9959

Browse files
committed
fix: Fix vcsUrl and tags
1 parent c5899d2 commit 2cd9959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ publishing {
5252

5353
gradlePlugin {
5454
website = "https://github.com/EndlessCodeGroup/BukkitGradle"
55-
vcsUrl = "$website.git"
55+
vcsUrl = website
5656

5757
plugins {
5858
create("bukkitGradle") {
5959
id = "ru.endlesscode.bukkitgradle"
6060
displayName = "BukkitGradle Plugin"
6161
description = "Gradle plugin providing integration for easier Bukkit plugins development."
6262
implementationClass = "ru.endlesscode.bukkitgradle.BukkitGradlePlugin"
63-
tags = listOf("minecraft", "bukkit", "plugin", "spigot", "paper")
63+
tags = listOf("minecraft", "bukkit", "spigot", "paper")
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)