Skip to content

Commit 4047b2a

Browse files
committed
refactor: Remove hardcoded javaHome from build script
Comments out the hardcoded local `javaHome` path in the `composeApp/build.gradle.kts` file. This makes the build configuration more portable and avoids relying on a specific user's environment setup.
1 parent 575d8b6 commit 4047b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ compose {
7878
application {
7979
mainClass = "com.meet.gitbackup.hub.MainKt"
8080
// javaHome = System.getenv("JAVA_HOME")
81-
javaHome = "/Users/meet/Library/Java/JavaVirtualMachines/ms-17.0.15/Contents/Home"
81+
// javaHome = "/Users/meet/Library/Java/JavaVirtualMachines/ms-17.0.15/Contents/Home"
8282

8383
nativeDistributions {
8484
targetFormats(

0 commit comments

Comments
 (0)