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

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
koxudaxi committed Sep 6, 2021
1 parent caec223 commit f602d00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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

0 comments on commit f602d00

Please sign in to comment.