Fix Purpur Upstream

This commit is contained in:
AlphaKR93
2024-01-27 17:26:06 +09:00
parent bdc88bc21f
commit 83e396bde6

View File

@@ -75,7 +75,7 @@ abstract class PurpurUpdateTask : Task() {
project.createCompareComment( project.createCompareComment(
property.purpurRepository.get(), property.purpurRepository.get(),
property.purpurBranch.get(), property.purpurBranch.get(),
project.properties["paperCommit"] as String, project.properties["purpurCommit"] as String,
true true
) )
val dir = project.layout.cache.resolve("AlwaysUpToDate/UpdatePurpur") val dir = project.layout.cache.resolve("AlwaysUpToDate/UpdatePurpur")