Skip to content

Commit

Permalink
Update build.gradle.kts
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 7c7e42e commit 61ec22f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ paperweight {
val github = "https://api.github.com/repos/PlazmaMC/PlazmaBukkit"

tasks {
withType<CheckoutRepo> {
ref.set(project.property("plazmaCommit").toString())
}

applyPatches {
dependsOn("applyVersionCatalogsPatches")
dependsOn("applyGeneratedApiPatches")
Expand Down Expand Up @@ -209,8 +205,6 @@ tasks {
)
}
}

project.setProperty("plazmaCommit", latestCommit)
}

doLast {
Expand All @@ -221,8 +215,6 @@ tasks {

project.file("compare.txt").writeText(builder.toString())
}

finalizedBy(applyPatches)
}

clean {
Expand Down

0 comments on commit 61ec22f

Please sign in to comment.