Skip to content

Commit 3c47f24

Browse files
committed
Added comment about ~ use and Prepocessor group change
1 parent 7ab7fb9 commit 3c47f24

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/processing/app/platform/LinuxPlatform.java

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434

3535
public class LinuxPlatform extends DefaultPlatform {
36+
// Switched to use ~ as the home directory for compatibility with snap
3637
String homeDir = "~";
3738

3839

java/preprocessor/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ plugins{
55
alias(libs.plugins.mavenPublish)
66
}
77

8-
group = "$group.java"
9-
108
repositories{
119
mavenCentral()
1210
google()

0 commit comments

Comments
 (0)