Skip to content

Commit

Permalink
Merge pull request #57 from NikitaMishin/update
Browse files Browse the repository at this point in the history
chore: update intellij version to support 2024.3
  • Loading branch information
NikitaMishin authored Sep 20, 2024
2 parents c83d99c + d894f0a commit 27b97cd
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 14 additions & 13 deletions .idea/modules/vyper-plugin.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 24 additions & 25 deletions .idea/modules/vyper-plugin.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tasks {
patchPluginXml {
version = property("pluginVersion").get()
sinceBuild = "241"
untilBuild = "242.*"
untilBuild = "243.*"

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin"s manifest
pluginDescription = providers.fileContents(layout.projectDirectory.file("README.md")).asText.map {
Expand Down

0 comments on commit 27b97cd

Please sign in to comment.