We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc246cb commit 3ab18a2Copy full SHA for 3ab18a2
build.gradle.kts
@@ -103,7 +103,7 @@ subprojects {
103
pom {
104
url.set("https://faststats.dev/docs")
105
scm {
106
- val repository = "faststats-dev/dev-kits"
+ val repository = "faststats-dev/faststats-java"
107
url.set("https://github.com/$repository")
108
connection.set("scm:git:git://github.com/$repository.git")
109
developerConnection.set("scm:git:ssh://github.com/$repository.git")
settings.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0")
8
}
9
10
-rootProject.name = "dev-kits"
+rootProject.name = "faststats-java"
11
include("bukkit")
12
include("bukkit:example-plugin")
13
include("bungeecord")
0 commit comments