Revisit documentation that mentions Gradle "compile" configuration
See gh-19797
This commit is contained in:
committed by
Stephane Nicoll
parent
d421c63747
commit
991bcf5ce4
@@ -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'
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user