diff options
author | 2023-09-06 08:57:14 +0200 | |
---|---|---|
committer | 2023-09-06 13:08:19 +0200 | |
commit | 71322adbc15045c62537b2c590d0b24758634ecf (patch) | |
tree | f6266bfcc509eeb9568a4804965ce0ce95bcf498 /build.gradle | |
parent | 677e8a800233d9dbca68f0ef947d4a5038ae402a (diff) |
Add Micrometer [history]montreal
- add Micrometer dependency
- add build.gradle on the project root level since the Jenkins gradle plugin is failing otherwise
Issue-ID: PORTALNG-59
Change-Id: I7342b7be38ab6620f5d216006e34b7b60333d740
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..170acca --- /dev/null +++ b/build.gradle @@ -0,0 +1,6 @@ +// this build.gradle is mainly here to satisfy the Jenkins gradle plugin +allprojects { + repositories { + mavenCentral() + } +}
\ No newline at end of file |