Skip to content

Commit

Permalink
Merge pull request #1 from yahavi/master
Browse files Browse the repository at this point in the history
Change clean console icon
  • Loading branch information
yahavi authored May 10, 2018
2 parents b4b036f + fee79c5 commit 70aa964
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.1'
compile group: 'commons-validator', name: 'commons-validator', version: '1.6'
compile group: 'commons-io', name: 'commons-io', version: '2.6'
testCompile group: 'org.testng', name: 'testng', version: '6.14.2'
testCompile group: 'org.testng', name: 'testng', version: '6.14.3'
}

task setupClion() {
Expand All @@ -43,7 +43,7 @@ task setupClion() {
compileJava.dependsOn('setupClion')

test {
maxParallelForks = 1
maxParallelForks = (int) (Runtime.runtime.availableProcessors().intdiv(2) ?: 1)
useTestNG()
testLogging {
exceptionFormat "full"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginVersion = 0.1.0-SNAPSHOT
clionVersion = 2018.1
pluginVersion = 0.1.1
clionVersion = 2018.1.2
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
class="conan.actions.CleanConsole"
text="Clean console"
description="Clean console"
icon="AllIcons.Actions.GC"/>
icon="AllIcons.Actions.Clean"/>

<action id="Conan.OpenConfig"
class="conan.actions.OpenConfigAction"
Expand Down

0 comments on commit 70aa964

Please sign in to comment.