Skip to content

Commit

Permalink
Update to google-java-format 1.24.0
Browse files Browse the repository at this point in the history
This PR updates `google-java-format` to the latest version.
The release notes are available here: https://github.com/google/google-java-format/releases/tag/v1.24.0
  • Loading branch information
MGaetan89 committed Oct 6, 2024
1 parent 86c4d6b commit e499d36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Download google-java-format
run: |
googleJavaFormatVersion="1.23.0"
googleJavaFormatVersion="1.24.0"
curl -L -o $HOME/google-java-format.jar https://github.com/google/google-java-format/releases/download/v${googleJavaFormatVersion}/google-java-format-${googleJavaFormatVersion}-all-deps.jar
curl -L -o $HOME/google-java-format-diff.py https://raw.githubusercontent.com/google/google-java-format/v${googleJavaFormatVersion}/scripts/google-java-format-diff.py
chmod +x $HOME/google-java-format-diff.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,3 @@ private interface ReflectorContextHubTransactionResponse {
void setContents(List<NanoAppState> contents);
}
}

1 change: 0 additions & 1 deletion utils/src/main/java/org/robolectric/AndroidMetadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ public AndroidMetadata(Map<String, String> deviceBootProperties) {
public Map<String, String> getDeviceBootProperties() {
return deviceBootProperties;
}

}

0 comments on commit e499d36

Please sign in to comment.