Skip to content

Commit

Permalink
0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zolotov committed Apr 1, 2020
1 parent d7b972e commit a131e58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 0.4.18 (under development)
## 0.4.19 (under development)

## 0.4.18
- Introduced `runIdeForUiTests` task [#466](../../issues/466)
- Fix unpacking JBR with JCEF on Mac [#468](../../issues/468)
- Publish plugin security update [#472](../../issues/472)

## 0.4.17

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<a name="documentr_top"></a>[![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![Build Status](https://api.cirrus-ci.com/github/JetBrains/gradle-intellij-plugin.svg)](https://cirrus-ci.com/github/JetBrains/gradle-intellij-plugin)
[![Gradle Plugin Release](https://img.shields.io/badge/gradle%20plugin-0.4.17-blue.svg)](https://plugins.gradle.org/plugin/org.jetbrains.intellij) [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg)](https://github.com/jetbrains/gradle-intellij-plugin/releases)
[![Gradle Plugin Release](https://img.shields.io/badge/gradle%20plugin-0.4.18-blue.svg)](https://plugins.gradle.org/plugin/org.jetbrains.intellij) [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg)](https://github.com/jetbrains/gradle-intellij-plugin/releases)

# gradle-intellij-plugin

<h4><a id="the-latest-version" class="anchor" aria-hidden="true" href="#the-latest-version"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>The latest version is 0.4.17</h4>
<h4><a id="the-latest-version" class="anchor" aria-hidden="true" href="#the-latest-version"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>The latest version is 0.4.18</h4>

>
**This project requires Gradle 3.4 or newer**
Expand All @@ -30,7 +30,7 @@ Also, please take a look at [the FAQ](../../blob/master/FAQ.md).

```groovy
plugins {
id "org.jetbrains.intellij" version "0.4.17"
id "org.jetbrains.intellij" version "0.4.18"
}
```

Expand Down Expand Up @@ -172,7 +172,7 @@ The following attributes help you to tune instrumenting behaviour in <kbd>instru

```groovy
plugins {
id "org.jetbrains.intellij" version "0.4.17"
id "org.jetbrains.intellij" version "0.4.18"
}
intellij {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testCompile 'junit:junit:4.12'
}

version = '0.4.17'
version = '0.4.18'
group = 'org.jetbrains.intellij.plugins'
description = """
**This project requires Gradle 3.4 or newer**
Expand Down

0 comments on commit a131e58

Please sign in to comment.