Michael Hoennig
2022-10-29 23a81a9a07ad727575d20dc9b0bf33a17e03fdf3
commit | author | age
cdc21f 1 pluginManagement {
MH 2     repositories {
3         maven { url 'https://repo.spring.io/milestone' }
4         maven { url 'https://repo.spring.io/snapshot' }
5         gradlePluginPortal()
6         mavenCentral()
7     }
8 }
9
e0b3d2 10 rootProject.name = 'hsadmin-ng'