Skip to content

Commit

Permalink
Update version in README.md
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 387819445
  • Loading branch information
cushon authored and google-java-format Team committed Jul 30, 2021
1 parent 753930c commit ec0849e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
and run it with:

```
java -jar /path/to/google-java-format-1.10.0-all-deps.jar <options> [files...]
java -jar /path/to/google-java-format-1.11.0-all-deps.jar <options> [files...]
```

The formatter can act on whole files, on limited lines (`--lines`), on specific
Expand All @@ -39,7 +39,7 @@ java \
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
-jar google-java-format-1.10.0-all-deps.jar <options> [files...]
-jar google-java-format-1.11.0-all-deps.jar <options> [files...]
```

### IntelliJ, Android Studio, and other JetBrains IDEs
Expand Down Expand Up @@ -113,15 +113,15 @@ configuration.
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>
```

#### Gradle

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

Expand Down

0 comments on commit ec0849e

Please sign in to comment.