Skip to content

Commit

Permalink
release 0.2.0 for Intellij 2019.1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Aug 24, 2019
1 parent 27d7ff8 commit 957ea5a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
include:
- stage: Build and Test
env: ORG_GRADLE_PROJECT_ideaVersion=2019.1.1
env: ORG_GRADLE_PROJECT_ideaVersion=2019.1.3
- env: ORG_GRADLE_PROJECT_ideaVersion=2019.1
- stage: Deploy new Release
if: branch = master
Expand Down
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ buildscript {
}

plugins {
id 'org.jetbrains.intellij' version '0.4.7'
id 'org.jetbrains.kotlin.jvm' version '1.3.21'
id 'org.jetbrains.intellij' version '0.4.10'
id 'org.jetbrains.kotlin.jvm' version '1.3.50'
}


Expand Down Expand Up @@ -95,6 +95,10 @@ allprojects {
updateSinceUntilBuild false
plugins 'net.masterthought.dlanguage:1.19' //, 'terminal' // can specify built in Intellij plugins that our plugin relies on such as 'copyright', 'coverage', or 'yaml'

runIde {
jbrVersion null
}

publishPlugin {
username System.getenv('JETBRAINS_USERNAME')
password System.getenv('JETBRAINS_PASSWORD')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version = 0.2.0
ideaVersion = 2019.1
javaVersion = 1.8
kotlin_version = 1.3.21
kotlin_version = 1.3.50
# set via travis-ci
publishChannels=
org.gradle.logging.level=info
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<change-notes><![CDATA[
<b>v0.2.0</b><br/>
<ul>
<li>Compatible with IntelliJ 2019.*</li>
<li>Compatible with IntelliJ 2019.1.*</li>
<li>Requires <a href="https://github.com/intellij-dlanguage/intellij-dlanguage/">D Language</a> v1.19 to be installed</li>
</ul>
<b>v0.1.2</b><br/>
<ul>
Expand Down

0 comments on commit 957ea5a

Please sign in to comment.