Skip to content

Commit

Permalink
Change deprecated Gradle command
Browse files Browse the repository at this point in the history
"compile" is now "compileOnly" in Gradle 7

Fixes google#627

COPYBARA_INTEGRATE_REVIEW=google#627 from mgenereu:patch-1 6826440
PiperOrigin-RevId: 385817949
  • Loading branch information
mgenereu authored and google-java-format Team committed Jul 20, 2021
1 parent 89b06cb commit 165c106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -121,7 +121,7 @@ configuration.

```groovy
dependencies {
compile 'com.google.googlejavaformat:google-java-format:1.10.0'
implementation 'com.google.googlejavaformat:google-java-format:1.10.0'
}
```

Expand Down

0 comments on commit 165c106

Please sign in to comment.