1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-12 09:34:06 +02:00

Update dependencies

This commit is contained in:
Alex Plate 2020-04-10 11:00:47 +03:00
parent 0a4683d908
commit abd0f9b961
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
3 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@ buildscript {
}
plugins {
id 'org.jetbrains.intellij' version '0.4.16'
id 'org.jetbrains.intellij' version '0.4.18'
}
apply plugin: 'java'
@ -80,13 +80,13 @@ tasks.register("slackEapNotification") {
changeLog = changeLog.replaceAll("\\[(.+)]\\(([^)]+)\\)", '<$2|$1>') // Enable links
def message ="""
{
"text": "Danny Torrence left a 1 star review for your property.",
"text": "New version of IdeaVim",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "New EAP released: $version\\n$changeLog"
"text": "IdeaVim EAP $version has been relesed\\n$changeLog"
}
}
]

View File

@ -1,11 +1,11 @@
# suppress inspection "UnusedProperty" for whole file
ideaVersion=201-EAP-SNAPSHOT
ideaVersion=2020.1
downloadIdeaSources=true
instrumentPluginCode=true
version=SNAPSHOT
javaVersion=1.8
kotlinVersion=1.3.70
kotlinVersion=1.3.71
publishUsername=username
publishToken=token
publishChannels=eap

View File

@ -1,5 +1,5 @@
#Fri Mar 20 11:41:45 MSK 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip
#Fri Apr 10 10:57:10 MSK 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists