🌐
GitHub
github.com › sherter › google-java-format-gradle-plugin
GitHub - sherter/google-java-format-gradle-plugin · GitHub
A Gradle plugin that utilizes google-java-format to format the Java source files in your Gradle project.
Author: sherter
🌐
GitHub
github.com › youribonnaffe › gradle-format-plugin
GitHub - youribonnaffe/gradle-format-plugin: A Gradle plugin to format Java source code · GitHub
The Gradle Format plugin enables you to format your Java sources. It operates in place and can be used for instance before pushing changes to enforce a coding style. The formatting can be customized using a properties or XML file with the keys ...
Author: youribonnaffe
🌐
GitHub
github.com › sherter › google-java-format-gradle-plugin › releases
Releases · sherter/google-java-format-gradle-plugin
Changes in this release: * Bugfix: #9 Close file channels * Remove support for g-j-f v0.1-alpha * Add support for and use g-j-f v1.1 by default. For g-j-f v1.1 we also utilize the new RemoveUnusedImports class in addition to regular code/javadoc formating andimport ordering.
Author: sherter
🌐
Maven Repository
mvnrepository.com › artifact › gradle.plugin.com.github.sherter.google-java-format › google-java-format-gradle-plugin
Maven Repository: gradle.plugin.com.github.sherter.google-java-format » google-java-format-gradle-plugin
Home » gradle.plugin.com.github.sherter.google-java-format » google-java-format-gradle-plugin · Google Java Format Gradle Plugin · Gradle Plugins (11) Central · Atlassian External · Atlassian · WSO2 Releases · WSO2 Public · Hortonworks · Mulesoft · JCenter ·
🌐
GitHub
github.com › google › google-java-format
GitHub - google/google-java-format: Reformats Java source code to comply with Google Java Style. · GitHub
August 14, 2026 - Cosium/maven-git-code-format: A maven plugin that automatically deploys google-java-format as a pre-commit git hook. ... The formatter can be used in software which generates java to output more legible java code.
Author: google
🌐
Maven Repository
mvnrepository.com › artifact › com.github.sherter.google-java-format
Maven Repository: com.github.sherter.google-java-format
GitHub Sherter Google Java Format · Links · Artifact1 · Jenkins Public1 · Gradle Plugins1 · Home » com.github.sherter » google-java-format · com.github.sherter.google-java-format » com.github.sherter.google-java-format.gradle.plugin · GitHub Sherter Google Java Format Gradle Plugin ·
Find elsewhere
🌐
GitHub
github.com › sherter › google-java-format-gradle-plugin › issues › 67
Java 17 with gradle 7 Support · Issue #67 · sherter/google-java-format-gradle-plugin
October 7, 2021 - Does this plugin support Java 17 with gradle 7? We used this plugin with Java 11 and gradle 6 and it worked very well. But with the upgrade to Java 17 and gradle 7, the plugin results in a build fail with the exception: Detected Java syn...
Author: sherter
🌐
Oreate AI
oreateai.com › blog › taming-your-code-a-gradle-plugin-for-pristine-java-formatting › 1d3b8cee7f1936d8ac6a21165d43b97f
Taming Your Code: A Gradle Plugin for Pristine Java Formatting - Oreate AI Blog
February 17, 2026 - But integrating such a tool into your build process can sometimes feel like another hurdle. Fortunately, the sherter/google-java-format-gradle-plugin on GitHub offers a neat solution, making it surprisingly straightforward to bake this powerful formatter right into your Gradle projects.
🌐
GitHub
github.com › sherter › google-java-format-gradle-plugin › issues
Issues · sherter/google-java-format-gradle-plugin
June 22, 2024 - Contribute to sherter/google-java-format-gradle-plugin development by creating an account on GitHub.
Author: sherter
🌐
Gradle
plugins.gradle.org › search
google-java-format
Spotless - keep your code spotless with Gradle · Format your Java source files with google-java-format
🌐
GitHub
github.com › sherter › google-java-format-gradle-plugin › issues › 3
Android support · Issue #3 · sherter/google-java-format-gradle-plugin
March 6, 2016 - Using the plugin on an Android project will do nothing because the Android Gradle plugin has it's own sourceSets. I've created a quick test implementation of Android support over here.
Author: sherter
🌐
Gradle
discuss.gradle.org › help/discuss
Google Java Formatter as external application - Help/Discuss - Gradle Forums
October 5, 2016 - Running the current snapshot version of Google-Java-Formatter against all source sets, I frist tried the plugin https://github.com/sherter/google-java-format-gradle-plugin. It does not support the current snapshot API.
🌐
GitHub
github.com › zbeach › zb-utils
GitHub - zbeach/zb-utils: Collection of Java utilities · GitHub
google-java-format-gradle-plugin uses google-java-format to reformat Java source code to comply with Google Java Style.
Author: zbeach
🌐
GitHub
github.com › sherter › google-java-format-gradle-plugin › issues › 46
Plugin fails with google-java-format 1.8 · Issue #46 · sherter/google-java-format-gradle-plugin
May 4, 2020 - When using this plugin with version 1.8 of google-java-format, the execution fails. build.gradle: plugins { id 'java' id 'com.github.sherter.google-java-format' version '0.8' } googleJavaFormat { toolVersion = '1.8' } Gradle output: * What went wrong: Execution failed for task ':googleJavaFormat'.
Author: sherter