Skip to content

Commit

Permalink
Remove buf support
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Dec 20, 2023
1 parent 7880279 commit 02533ba
Show file tree
Hide file tree
Showing 57 changed files with 4 additions and 3,270 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## Unreleased

- Remove support for buf

## 1.7.40 - 2023-12-19

- Support generate http transcoding requests
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies {
implementation("org.commonmark:commonmark-ext-autolink:0.21.0")
implementation("com.bybutter.sisyphus:sisyphus-grpc:2.1.21")
implementation("com.bybutter.sisyphus:sisyphus-jackson-protobuf:2.1.21")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0")
implementation("io.grpc:grpc-netty:1.60.0")
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup=io.kanro.idea.plugin.protobuf
pluginName=IntelliJ Protobuf Language Plugin
# SemVer format -> https://semver.org
pluginVersion=1.7.40
pluginVersion=1.7.50
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=233
Expand All @@ -14,7 +14,7 @@ platformType=IU
platformVersion=2023.3
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins=com.intellij.java, org.jetbrains.kotlin, org.jetbrains.plugins.yaml, org.intellij.plugins.markdown, org.jetbrains.plugins.go:233.11799.6, com.jetbrains.restClient:233.11799.10, com.intellij.grpc:233.11799.7
platformPlugins=com.intellij.java, org.jetbrains.kotlin, org.intellij.plugins.markdown, org.jetbrains.plugins.go:233.11799.6, com.jetbrains.restClient:233.11799.10, com.intellij.grpc:233.11799.7
#platformPlugins=com.intellij.java, org.jetbrains.kotlin, org.jetbrains.plugins.yaml, org.intellij.plugins.markdown, org.jetbrains.plugins.go:232.8660.142, com.jetbrains.restClient:232.8660.88, com.intellij.grpc:232.8660.88
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
javaVersion=17
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

2 comments on commit 02533ba

@fan-tom
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @devkanro, may I ask why did you do that?

@devkanro
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fan-tom
See this

I'm planning to stop maintaining Buf support in my plugin, but I'm modifying the official Buf plugin to support both my plugin and the official Protobuf plugin. You can try the SNAPSHOT version here

Please sign in to comment.