Skip to content

Commit dc0f347

Browse files
committed
Fixed Contributions Download URL
1 parent 821c45e commit dc0f347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ compose.desktop {
5252
jvmArgs(*listOf(
5353
Pair("processing.version", rootProject.version),
5454
Pair("processing.revision", findProperty("revision") ?: Int.MAX_VALUE),
55-
Pair("processing.contributions.source", "https://download.processing.org/contribs.txt"),
55+
Pair("processing.contributions.source", "https://contributions.processing.org/contribs"),
5656
Pair("processing.download.page", "https://processing.org/download/"),
5757
Pair("processing.download.latest", "https://processing.org/download/latest.txt"),
5858
Pair("processing.tutorials", "https://processing.org/tutorials/"),

0 commit comments

Comments
 (0)