We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821c45e commit dc0f347Copy full SHA for dc0f347
app/build.gradle.kts
@@ -52,7 +52,7 @@ compose.desktop {
52
jvmArgs(*listOf(
53
Pair("processing.version", rootProject.version),
54
Pair("processing.revision", findProperty("revision") ?: Int.MAX_VALUE),
55
- Pair("processing.contributions.source", "https://download.processing.org/contribs.txt"),
+ Pair("processing.contributions.source", "https://contributions.processing.org/contribs"),
56
Pair("processing.download.page", "https://processing.org/download/"),
57
Pair("processing.download.latest", "https://processing.org/download/latest.txt"),
58
Pair("processing.tutorials", "https://processing.org/tutorials/"),
0 commit comments