Premier level
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Debucquoy Anthony 2023-05-16 15:20:53 +02:00
parent 3e4b4d257e
commit 5ac93ab290
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
3 changed files with 6 additions and 1 deletions

View File

@ -29,7 +29,7 @@ dependencies {
application {
// Define the main class for the application.
mainClass = 'school_project.Controller'
mainClass = project.hasProperty("mainClass") ? project.getProperty("mainClass") : 'school_project.Controller'
}
javafx {
@ -41,3 +41,7 @@ tasks.named('test') {
// Use JUnit Platform for unit tests.
useJUnitPlatform()
}
run{
standardInput = System.in
}

View File

@ -0,0 +1 @@
SMSààSME