Skip to content

feat: Remove use of deprecated gradle command in java README#1196

Merged
JesseLovelace merged 1 commit intomasterfrom
JesseLovelace-replacecompile-1
Aug 27, 2021
Merged

feat: Remove use of deprecated gradle command in java README#1196
JesseLovelace merged 1 commit intomasterfrom
JesseLovelace-replacecompile-1

Conversation

@JesseLovelace
Copy link
Copy Markdown
Contributor

Per internal bug 197475869, the "compile" command in gradle has been deprecated in favor of "implementation" for many years, and is actually removed in the latest versions of gradle

Per internal bug 197475869, the "compile" command in gradle has been deprecated in favor of "implementation" for many years, and is actually removed in the latest versions of gradle
@JesseLovelace JesseLovelace requested a review from a team August 26, 2021 22:06
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 26, 2021
@@ -50,14 +50,14 @@ If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:{{metadata['latest_bom_version']}}')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. This line already uses "implementation" configuration.

@JesseLovelace JesseLovelace merged commit e770c12 into master Aug 27, 2021
@JesseLovelace JesseLovelace deleted the JesseLovelace-replacecompile-1 branch August 27, 2021 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants