Set Maven group name to 'net.dankito.banking'

This commit is contained in:
dankl 2020-04-22 11:46:32 +02:00 committed by dankito
parent 7bb53e5e57
commit 4d524f50c1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ allprojects {
jcenter() jcenter()
} }
group 'net.dankito.fints4java' group 'net.dankito.banking'
version appVersionName version appVersionName
task allDeps(type: DependencyReportTask) {} // to have a simple way to print all dependencies to console task allDeps(type: DependencyReportTask) {} // to have a simple way to print all dependencies to console