Complete rework of Dispatch, Added DebugMode

This commit is contained in:
Benjamin Elsdon
2022-05-01 00:30:56 +08:00
parent 4db1724d06
commit 947d3e5745
8 changed files with 206 additions and 262 deletions

View File

@@ -16,18 +16,22 @@ buildscript {
}
plugins {
// Apply the application plugin to add support for building a CLI application
id 'application'
// Apply the java plugin to add support for Java
id 'java'
// Apply the protobuf auto generator
id 'com.google.protobuf' version "0.8.18"
id 'idea'
// Eclipse Support
id 'eclipse'
// Apply the application plugin to add support for building a CLI application
id 'application'
// Intelij Support
id 'idea'
// Maven
id 'maven-publish'
id 'signing'
}