Skip to content

Commit

Permalink
:trollface:
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha <[email protected]>
  • Loading branch information
AlphaKR93 authored May 15, 2024
1 parent 0ec4904 commit 7c7e42e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ paperweight {
}
}

val github = "https://api.github.com/repos/PlazmaMC/PlazmaBukkit/"
val github = "https://api.github.com/repos/PlazmaMC/PlazmaBukkit"

tasks {
withType<CheckoutRepo> {
Expand Down Expand Up @@ -151,6 +151,8 @@ tasks {
}

register("checkNeedsUpdate") {
dependsOn(clean)

var latest = ""

doFirst {
Expand Down

0 comments on commit 7c7e42e

Please sign in to comment.