Skip to content

Commit

Permalink
Close #247 Plugin 'Jenkins Control Plugin' failed to initialize in An…
Browse files Browse the repository at this point in the history
…droid Studio 4.1

Prepare 0.13.9 Release
  • Loading branch information
MCMicS committed Oct 16, 2020
1 parent 3a90e18 commit e42ed94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Version 0.13.9
* display build parameters (PR #246)
* auto load builds option in settings (PR #246)
* #249 PT_BRANCH_TAG is unsupported
* #247 Plugin 'Jenkins Control Plugin' failed to initialize in Android Studio 4.1

Version 0.13.8
* Initialize Notification on Load
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'org.codinjutsu'
version '0.13.9-2020.1-eap3'
version '0.13.9-2020.3-eap1'
apply plugin: 'org.jetbrains.intellij'
apply plugin: 'java'
apply plugin: 'idea'
Expand All @@ -19,7 +19,6 @@ targetCompatibility = JavaVersion.VERSION_1_8

intellij {
version 'LATEST-EAP-SNAPSHOT'
// version '2020.1.3'
plugins 'java'
updateSinceUntilBuild false
pluginName 'jenkins-control-plugin'
Expand Down
5 changes: 3 additions & 2 deletions includes/pluginChanges.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ <h3>0.13.9</h3>
<li>display build parameters (PR #246)</li>
<li>auto load builds option in settings (PR #246)</li>
<li>#249 PT_BRANCH_TAG is unsupported</li>
<li>#247 Plugin 'Jenkins Control Plugin' failed to initialize in Android Studio 4.1</li>
</ul>
<h3>0.13.8</h3>
<ul>
Expand Down Expand Up @@ -94,5 +95,5 @@ <h3>0.11.0</h3>
<li>Announcement: Deprecate Jenkins 1 Support</li>
</ul>

<a href="https://github.com/MCMicS/jenkins-control-plugin/blob/v0.13.8/README.md">Read Me</a><br/>
<a href="https://github.com/MCMicS/jenkins-control-plugin/blob/v0.13.8/CHANGELOG.txt">Changelog</a>
<a href="https://github.com/MCMicS/jenkins-control-plugin/blob/v0.13.9/README.md">Read Me</a><br/>
<a href="https://github.com/MCMicS/jenkins-control-plugin/blob/v0.13.9/CHANGELOG.txt">Changelog</a>

0 comments on commit e42ed94

Please sign in to comment.