Skip to content

Commit 3ab18a2

Browse files
committed
Rename project to faststats-java
1 parent dc246cb commit 3ab18a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ subprojects {
103103
pom {
104104
url.set("https://faststats.dev/docs")
105105
scm {
106-
val repository = "faststats-dev/dev-kits"
106+
val repository = "faststats-dev/faststats-java"
107107
url.set("https://github.com/$repository")
108108
connection.set("scm:git:git://github.com/$repository.git")
109109
developerConnection.set("scm:git:ssh://github.com/$repository.git")

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0")
88
}
99

10-
rootProject.name = "dev-kits"
10+
rootProject.name = "faststats-java"
1111
include("bukkit")
1212
include("bukkit:example-plugin")
1313
include("bungeecord")

0 commit comments

Comments
 (0)