We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55356b3 commit d39835cCopy full SHA for d39835c
1 file changed
build.gradle
@@ -26,6 +26,14 @@ intellij {
26
patchPluginXml {
27
// Pulled from rendored .rst
28
changeNotes """
29
+ <p><strong>1.8.2 rferguson 09/22/2018</strong></p>
30
+ <ul class="simple">
31
+ <li>Added java-decompiler plugin dependency to build.gradle plugin.xml.</li>
32
+ <li>BugFix - Prior release would blindly produce empty classes with “{ //compiled content” bodies
33
+ when decompile and attach was used before any other decompile activity that triggered legal
34
+ terms acceptance and related key setting. Plugin now reproduced legal disclaimer from java-decompiler
35
+ when needed and sets acceptance key to fix bug.</li>
36
+ </ul>
37
<strong>1.8.1 rferguson 09/04/2018</strong>
38
<ul class="simple">
39
<li>Documentation is prettier.</li>
0 commit comments