Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #270 from koxudaxi/update_versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
koxudaxi authored Sep 6, 2021
2 parents caec223 53908e0 commit 933843a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
22 changes: 11 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
buildscript {
ext.kotlin_version = "1.3.70"
ext.toml_version = "0.2.148.3911-212"
ext.kotlin_version = "1.5.30"
ext.toml_version = "0.2.154.4085-212"
ext.tuweni_toml_version = "2.0.0"
ext.jvm_version = "11"
ext.language_version = "1.3"
Expand All @@ -13,21 13,21 @@ buildscript {
}

plugins {
id "org.jetbrains.intellij" version "0.7.3"
id "org.jetbrains.intellij" version "1.1.6"
}

intellij {
pluginName project.name
version "212.3724.23-EAP-SNAPSHOT"
type "PC"
updateSinceUntilBuild false
downloadSources true
plugins "python-ce", "org.toml.lang:$toml_version"
pluginName = project.name
version = "2021.2.1"
type = "PC"
updateSinceUntilBuild = false
downloadSources = true
plugins = ["python-ce", "org.toml.lang:$toml_version"]
}

patchPluginXml {
sinceBuild "212.3724.23"
untilBuild "212.*"
sinceBuild = "212.4746.13"
untilBuild = "212.*"
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
#Sat May 16 18:47:10 JST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down
7 changes: 6 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 1,14 @@
<idea-plugin url="https://github.com/koxudaxi/poetry-pycharm-plugin" require-restart="true">
<id>com.koxudaxi.poetry</id>
<name>Poetry</name>
<version>1.1.4-212</version>
<version>1.1.5-212</version>
<vendor email="[email protected]">Koudai Aono @koxudaxi</vendor>
<change-notes><![CDATA[
<h2>version 1.1.5-212</h2>
<p>Features</p>
<ul>
<li>Update versions [#270]</li>
</ul>
<h2>version 1.1.4-212</h2>
<p>Features</p>
<ul>
Expand Down

0 comments on commit 933843a

Please sign in to comment.