2
0

JDK9 platform-independent way of managing application events.

This commit is contained in:
Maarten Billemont
2018-07-29 00:08:09 -04:00
parent 37a7cfa530
commit 8377c9c615
6 changed files with 144 additions and 48 deletions

View File

@@ -5,7 +5,7 @@ plugins {
}
description = 'Master Password GUI'
mainClassName = 'com.lyndir.masterpassword.gui.GUI'
mainClassName = 'com.lyndir.masterpassword.gui.Main'
dependencies {
implementation group: 'com.lyndir.lhunath.opal', name: 'opal-system', version: '1.7-p2'