Skip to content

Commit 0ceaec6

Browse files
committed
Refactor: Remove hardcoded javaHome from shared module build script
1 parent e71b2b0 commit 0ceaec6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ compose.desktop {
105105
copyright = "© 2025 Mohammad Arif. All rights reserved."
106106
vendor = "Mohammad Arif"
107107

108-
javaHome = "C:/Users/Mohammad Arif/.gradle/jdks/eclipse_adoptium-17-amd64-windows.2"
109-
110108
macOS {
111109
iconFile.set(project.file("app_icon.icns"))
112110
}

0 commit comments

Comments
 (0)