Change subproject name, added a .toolbox to maven_group in gradle.properties

Signed-off-by: Quentin Legot <legotquentin@gmail.com>
This commit is contained in:
Quentin Legot 2022-11-07 00:25:25 +01:00
parent 79ef34d6fa
commit 378bd939a4
13 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
junit_version=5.9.0
maven_group=fr.altarik
maven_group=fr.altarik.toolbox
maven_version=2.0.0-SNAPSHOT
repo_username=Altarik
repo_password=password

View File

@ -1,2 +1,2 @@
rootProject.name = 'Toolbox'
include(':tasks', ':database')
include(':Tasks', ':Database')