diff --git a/gradle.properties b/gradle.properties index 0db387e..bdaa16d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -pluginVersion=1.2.0 +pluginVersion=1.2.1 sinceBuild=213 intellijVersion=2021.3 \ No newline at end of file diff --git a/src/main/java/io/github/jebeaudet/idea/jvm/setting/SettingForm.form b/src/main/java/io/github/jebeaudet/idea/jvm/setting/SettingForm.form index 53688cc..d417ec5 100644 --- a/src/main/java/io/github/jebeaudet/idea/jvm/setting/SettingForm.form +++ b/src/main/java/io/github/jebeaudet/idea/jvm/setting/SettingForm.form @@ -1,6 +1,6 @@
- + @@ -29,7 +29,9 @@ - + + + @@ -46,11 +48,6 @@ - - - - - diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index ce7faa4..70951f4 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ io.github.jebeaudet JVM Arguments Setter - 1.2.0 + 1.2.1 jebeaudet 1.2.1 +
    +
  • Fix table width on long argument strings
  • +
  • Removed useless spacer under the argument table
  • +

1.2.0

  • Added the possibility to disable certain parameters in test run configurations