fix build not working
This commit is contained in:
parent
cdb11a2de6
commit
681e8b798f
@ -4,6 +4,11 @@ LUCAS Valentin
|
|||||||
LEGOT Quentin
|
LEGOT Quentin
|
||||||
NEVEU Thomas
|
NEVEU Thomas
|
||||||
|
|
||||||
|
# Attention
|
||||||
|
|
||||||
|
Ce projet utilise la possibilité de séparé son projet en plusieurs modules en avec Gradle ainsi la disposition des dossiers demandé pour le rendu n'a pas pu être respecté
|
||||||
|
afin que le programme fonctionne.
|
||||||
|
|
||||||
# Dépendances
|
# Dépendances
|
||||||
|
|
||||||
Le projet nécessite le ressources suivante pour fonctionner:
|
Le projet nécessite le ressources suivante pour fonctionner:
|
||||||
|
@ -6,6 +6,7 @@ plugins {
|
|||||||
id 'application'
|
id 'application'
|
||||||
id 'fr.lnl.game.java-application-conventions'
|
id 'fr.lnl.game.java-application-conventions'
|
||||||
id 'org.openjfx.javafxplugin' version '0.0.10'
|
id 'org.openjfx.javafxplugin' version '0.0.10'
|
||||||
|
id 'org.javamodularity.moduleplugin' version '1.8.10' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
Loading…
Reference in New Issue
Block a user