Skip to content

Commit

Permalink
fix: arg
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Dec 25, 2024
1 parent 6f3472a commit d83495b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ open class PaperweightPatcherExtension(project: Project, private val objects: Ob
upstreams.registerFactory(PaperRepoPatcherUpstream::class.java) { name -> DefaultPaperRepoPatcherUpstream(name, objects, tasks, layout) }
}

fun usePaperArchiveUpstream(refProvider: Provider<String>, versionProvider: Provider<String>, action: Action<PaperRepoPatcherUpstream>) {
fun usePaperArchiveUpstream(refProvider: Provider<String>, action: Action<PaperRepoPatcherUpstream>) {
upstreams {
register<PaperRepoPatcherUpstream>("paper") {
url.set(github("PaperMC", "Paper-archive"))
Expand Down

0 comments on commit d83495b

Please sign in to comment.