Skip to content

Commit

Permalink
Merge pull request #175 from michal-josef-spacek/fix_windows_run
Browse files Browse the repository at this point in the history
GH#173: Fix run on Windows 10
  • Loading branch information
michal-josef-spacek committed Oct 27, 2021
2 parents 5b66cba + e266f62 commit c576c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ application {
// Define the main class for the application.
mainClassName = 'cuploader.frames.FIntro'
applicationName = 'vicuna'
applicationDefaultJvmArgs = ["--add-opens", "java.desktop/java.awt=ALL-UNNAMED"]
}

java {
Expand Down

0 comments on commit c576c0c

Please sign in to comment.