Skip to content

Revise documentation that mentions Gradle "compile" configuration  #19794

@dreis2211

Description

@dreis2211

Hi,

afaik compile has been deprecated in favor of using api or implementation. In some places in the documentation the old approach is still mentioned:

dependencies {
	compile("org.springframework.boot:spring-boot-starter-actuator")
}

I specifically didn't open a PR directly, because I wanted to discuss first if we should stick to api or implementation here. api would be closer to the old approach, but implementation is generally preferable. What do you think?

Cheers,
Christoph

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions