Set Maven group name to 'net.dankito.banking'
This commit is contained in:
parent
7bb53e5e57
commit
4d524f50c1
|
@ -53,7 +53,7 @@ allprojects {
|
|||
jcenter()
|
||||
}
|
||||
|
||||
group 'net.dankito.fints4java'
|
||||
group 'net.dankito.banking'
|
||||
version appVersionName
|
||||
|
||||
task allDeps(type: DependencyReportTask) {} // to have a simple way to print all dependencies to console
|
||||
|
|
Loading…
Reference in New Issue