Revisit documentation that mentions Gradle "compile" configuration

See gh-19797
This commit is contained in:
dreis2211
2020-01-17 20:51:21 +01:00
committed by Stephane Nicoll
parent d421c63747
commit 991bcf5ce4
3 changed files with 12 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ For Gradle, use the following declaration:
[indent=0]
----
dependencies {
compile("org.springframework.boot:spring-boot-starter-actuator")
implementation 'org.springframework.boot:spring-boot-starter-actuator'
}
----