Skip to content

Commit

Permalink
release 0.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMicS committed Jul 27, 2021
1 parent d6ddab9 commit 81731dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ide_versions_file.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ideaIC:212.4638.7
ideaIC:212-EAP-SNAPSHOT
ideaIU:LATEST-EAP-SNAPSHOT
ideaIC:LATEST-EAP-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* [Idea 2019.3](../../releases/latest/download/jenkins-control-plugin-2019.3.zip)
* [Idea 2020.1](../../releases/latest/download/jenkins-control-plugin-2020.1.zip)
* [Idea 2020.3](../../releases/latest/download/jenkins-control-plugin-2020.3.zip)
* [Idea 2021.2]
* [Idea 2021.2](../../releases/latest/download/jenkins-control-plugin-2021.2.zip)

### Use EAP Builds
* add https://plugins.jetbrains.com/plugins/eap/list as Plugin Repository
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def jenkinsPluginVersion = '0.13.12'
def javaVersion = 11

group 'org.codinjutsu'
version "${jenkinsPluginVersion}-2021.2-eap5"
version "${jenkinsPluginVersion}-2021.2"
apply plugin: 'org.jetbrains.intellij'
apply plugin: 'org.jetbrains.changelog'
apply plugin: 'java'
Expand Down Expand Up @@ -180,7 +180,7 @@ jacocoTestReport {
}

import org.jetbrains.intellij.tasks.RunPluginVerifierTask
def ideaVersionToVerify = "212.4037.9"
def ideaVersionToVerify = "212.4638.7"
def verifyFailureLevel = EnumSet.copyOf(RunPluginVerifierTask.FailureLevel.ALL)
verifyFailureLevel.remove(RunPluginVerifierTask.FailureLevel.NOT_DYNAMIC)
runPluginVerifier {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Yuri Novitsky (support of PPP),
Michael Suhr
</vendor>
<idea-version since-build="212.4037"/>
<idea-version since-build="212.4638"/>

<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.vcs</depends>
Expand Down

0 comments on commit 81731dc

Please sign in to comment.