Skip to content

Commit

Permalink
Update the IntelliJ plugin to gfj 1.19.2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597641894
  • Loading branch information
plumpy authored and google-java-format Team committed Jan 11, 2024
1 parent d157ec8 commit b1dce94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions idea_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
* limitations under the License.
*/

plugins { id("org.jetbrains.intellij") version "1.15.0" }
plugins { id("org.jetbrains.intellij") version "1.16.1" }

apply(plugin = "org.jetbrains.intellij")

apply(plugin = "java")

repositories { mavenCentral() }

val googleJavaFormatVersion = "1.17.0"
val googleJavaFormatVersion = "1.19.2"

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -62,5 +62,5 @@ tasks {
dependencies {
implementation("com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion}")
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.1.5")
testImplementation("com.google.truth:truth:1.2.0")
}
2 changes: 2 additions & 0 deletions 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.19.2.0</dt>
<dd>Updated to use google-java-format 1.19.2.</dd>
<dt>1.17.0.0</dt>
<dd>Updated to use google-java-format 1.17.0.</dd>
<dd>Fixed "Document is locked" errors (Thanks, <code>@facboy</code>!)</dd>
Expand Down

0 comments on commit b1dce94

Please sign in to comment.