We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab7fb9 commit 3c47f24Copy full SHA for 3c47f24
2 files changed
app/src/processing/app/platform/LinuxPlatform.java
@@ -33,6 +33,7 @@
33
34
35
public class LinuxPlatform extends DefaultPlatform {
36
+ // Switched to use ~ as the home directory for compatibility with snap
37
String homeDir = "~";
38
39
java/preprocessor/build.gradle.kts
@@ -5,8 +5,6 @@ plugins{
5
alias(libs.plugins.mavenPublish)
6
}
7
8
-group = "$group.java"
9
-
10
repositories{
11
mavenCentral()
12
google()
0 commit comments