Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong method recommended for build.gradle? #423

Closed
banan314 opened this issue Feb 16, 2024 · 2 comments · Fixed by #424
Closed

Wrong method recommended for build.gradle? #423

banan314 opened this issue Feb 16, 2024 · 2 comments · Fixed by #424
Milestone

Comments

@banan314
Copy link
Contributor

You recommend adding runtime('org.springframework.boot:spring-boot-starter-aop') as a dependency to the project, but then I get No candidates for method call runtime. Did you mean

runtimeOnly 'org.springframework.boot:spring-boot-starter-aop'

?

@gaofengIt
Copy link

gaofengIt commented Feb 16, 2024 via email

@artembilan artembilan added this to the 2.0.6 milestone Feb 16, 2024
@artembilan
Copy link
Member

That was written long time ago when there was no runtimeOnly in Gradle.
Feel free to contribute the fix for that docs: https://github.com/spring-projects/spring-retry?tab=readme-ov-file#-additional-dependencies !

Thanks

banan314 added a commit to banan314/spring-retry that referenced this issue Feb 16, 2024
fixes spring-projects#423 and also uses `retryFor` instead of deprecated `include` or `value`
artembilan pushed a commit that referenced this issue Feb 16, 2024
Fixes: #423 

* And also uses `retryFor` instead of deprecated `include` or `value`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants