WIP: Refactoring file parser
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
Debucquoy
2023-03-19 22:24:59 +01:00
parent 0ea7829588
commit b9a6badadf
5 changed files with 128 additions and 37 deletions

View File

@ -9,6 +9,7 @@
plugins {
// Apply the application plugin to add support for building a CLI application in Java.
id 'application'
id 'checkstyle'
id 'org.openjfx.javafxplugin' version '0.0.13'
}