Files
spring-boot-data-geode/spring-geode-project/apache-geode-micrometer2/apache-geode-micrometer2.gradle
John Blum f5ab7e537c Add new apache-geode-micrometer2 module.
The apache-geode-micrometer2 module includes integration support for Apache Geode 1.x with Micrometer 2.x.
2022-04-06 13:11:20 -07:00

10 lines
185 B
Groovy

apply plugin: 'io.spring.convention.spring-module'
description = "Integration for Apache Geode and Micrometer 2"
dependencies {
implementation "io.micrometer:micrometer-binders"
}