Skip to content

Commit

Permalink
Merge pull request #70 from technology16/fix_bug
Browse files Browse the repository at this point in the history
fixed bug with awt
  • Loading branch information
baslo2 authored Jul 26, 2024
2 parents b7e33bb + 3f72af6 commit a252e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ru/taximaxim/pgsqlblocks/PgSqlBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ private PgSqlBlocks() {
}

public static void main(String[] args) {
System.setProperty("java.awt.headless", "true");
PgSqlBlocks.getInstance().launch();
}

Expand Down

0 comments on commit a252e90

Please sign in to comment.