1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-04-09 17:15:43 +02:00

Update release notes and use default Gradle wrapper

This commit is contained in:
breandan.considine 2016-07-17 11:49:04 -04:00
parent 791aec0022
commit 098f141e01
4 changed files with 5 additions and 12 deletions
.idea
gradle.xml
runConfigurations
build.gradle
src/main/resources/META-INF

View File

@ -4,7 +4,7 @@
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="createEmptyContentRootDirectories" value="true" />
<option name="distributionType" value="WRAPPED" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleHome" value="C:/Program Files (x86)/Gradle/gradle-2.9" />
<option name="gradleJvm" value="1.8" />

View File

@ -1,9 +0,0 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="AceJump" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
<module name="AceJump" />
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
<option name="PROGRAM_PARAMETERS" value="" />
<alternative-path path="IntelliJ IDEA IU-144.3600.7" alternative-path-enabled="true" />
<method />
</configuration>
</component>

View File

@ -33,7 +33,7 @@ intellij {
}
group 'com.johnlindquist'
version '2.0.11'
version '2.0.12'
repositories {
mavenCentral()

View File

@ -13,6 +13,8 @@
<change-notes><![CDATA[
<html>
<dl>
<dt>2.0.12</dt>
<dd>Fix ClassCastException when input letter not present: https://github.com/johnlindquist/AceJump/issues/73</dd>
<dt>2.0.11</dt>
<dd>One hundred percent all natural Kotlin.</dd>
<dt>2.0.10</dt>
@ -56,7 +58,7 @@
<depends>com.intellij.modules.platform</depends>
<version>2.0.11</version>
<version>2.0.12</version>
<category>Navigation</category>
<vendor url="http://johnlindquist.com"
email="johnlindquist@gmail.com">johnlindquist