|
@@ -1,6 +1,9 @@
|
|
|
defaultTasks 'distZip'
|
|
|
|
|
|
apply plugin: 'java-library'
|
|
|
+apply plugin: 'application'
|
|
|
+
|
|
|
+mainClassName = 'GPN.BotGame'
|
|
|
sourceCompatibility = 1.17
|
|
|
dependencies{
|
|
|
api(project(':ToolKit')) {
|
|
@@ -8,4 +11,4 @@ dependencies{
|
|
|
implementation 'org.bouncycastle:bcprov-ext-jdk18on:1.71'
|
|
|
implementation 'com.fazecast:jSerialComm:[2.0.0,3.0.0)'
|
|
|
implementation 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
|
|
|
-}
|
|
|
+}
|