Skip to content

Commit c8837d2

Browse files
chore: update plugin url
1 parent 391f7b4 commit c8837d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build-data/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sourceSets {
1515
javaSources {
1616
property("version", project.version.toString())
1717
property("description", rootProject.description)
18-
property("url", "https://pistonmaster.net/PistonQueue")
18+
property("url", "https://modrinth.com/plugin/pistonqueue")
1919
}
2020
}
2121
}

buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ dependencies {
2323

2424
tasks {
2525
processResources {
26-
expand("version" to version, "description" to description, "url" to "https://pistonmaster.net/PistonQueue")
26+
expand(
27+
"version" to version,
28+
"description" to description,
29+
"url" to "https://modrinth.com/plugin/pistonqueue"
30+
)
2731
}
2832
test {
2933
reports.junitXml.required = true

0 commit comments

Comments
 (0)