We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a066e9 commit 2fa42a8Copy full SHA for 2fa42a8
gradle.properties
@@ -19,5 +19,5 @@
19
# If not, see <http://www.gnu.org/licenses/>.
20
#
21
22
-version=1.1.0
+version=1.1.1
23
ijVersion=2019.3
src/main/resources/META-INF/plugin.xml
@@ -81,6 +81,12 @@
81
</description>
82
<change-notes>
83
<![CDATA[<html>
84
+ <h3>1.1.1</h3>
85
+ <ul>
86
+ <li>Updated SpotBugs to version 4.0.3 to avoid installing SecurityManager during analysis.
87
+ Fixes issue #10: After running the plugin I can't compile or run anything in IDEA</li>
88
+ <li>Cosmetic changes</li>
89
+ </ul>
90
<h3>1.1.0</h3>
91
<ul>
92
<li>Updated bundled third-party SpotBugs plugins: FB-Contrib (7.4.7) and Find Security Bugs (1.10.1)</li>
0 commit comments