Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion idea_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {

// https://github.com/google/google-java-format/releases
val googleJavaFormatVersion = "1.36.1"
val pluginPatchVersion = "0"
val pluginPatchVersion = "1"

java {
toolchain { languageVersion = JavaLanguageVersion.of(21) }
Expand Down
5 changes: 4 additions & 1 deletion idea_plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
]]></description>
<change-notes><![CDATA[
<dl>
<dt>1.36.1.1</dt>
<dd>Move settings page to Tools section.</dd>
<dt>1.36.1.0</dt>
<dd>Updated to use google-java-format 1.36.1.</dd>
<dt>1.35.0.0</dt>
Expand Down Expand Up @@ -130,7 +132,8 @@
<projectConfigurable
instance="com.google.googlejavaformat.intellij.GoogleJavaFormatConfigurable"
id="google-java-format.settings"
displayName="google-java-format Settings"/>
displayName="google-java-format Settings"
parentId="tools"/>
<projectService
serviceImplementation="com.google.googlejavaformat.intellij.GoogleJavaFormatSettings"/>
<projectService serviceImplementation="com.google.googlejavaformat.intellij.JreConfigurationChecker"/>
Expand Down
Loading