Skip to content

Commit

Permalink
Update Plugin SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentyn Solomko authored and Valentyn Solomko committed Jan 14, 2019
1 parent f556acc commit 1854662
Show file tree
Hide file tree
Showing 4 changed files with 1,191 additions and 1,160 deletions.
42 changes: 21 additions & 21 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,46 @@
// All rights reserved

buildscript {
repositories {
maven { url 'http://dl.bintray.com/ecpluginsdev/maven' }

jcenter()
}
dependencies {
classpath group: 'com.electriccloud.plugins', name: 'flow-gradle-plugin', version: '1.+'
}
repositories {
maven { url 'http://dl.bintray.com/ecpluginsdev/maven' }

jcenter()
}
dependencies {
classpath group: 'com.electriccloud.plugins', name: 'flow-gradle-plugin', version: '2.+'
}
}

group = 'com.electriccloud'
description = 'Plugins : EC-WebSphere'
version = '2.6.0'
version = '2.6.1'

apply plugin: 'flow-gradle-plugin'
apply plugin: 'license'

license {
header = file ('shortHeader.txt')
exclude "**/project.xml"
}
}

dependencies {
testCompile 'junit:junit:[4,)'
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'junit:junit:[4,)'
testCompile 'org.mockito:mockito-core:1.9.5'
}

test {
Properties props = new Properties()
Properties props = new Properties()

systemProperties['COMMANDER_SERVER'] = "$commanderServer"
systemProperties['PLUGIN_VERSION'] = version
//TODO: load properties for WebSphere
systemProperties['COMMANDER_SERVER'] = "$commanderServer"
systemProperties['PLUGIN_VERSION'] = version
//TODO: load properties for WebSphere


testLogging {
// Show that tests are run in the command-line output
events 'started', 'passed'
exceptionFormat = 'full'
}
testLogging {
// Show that tests are run in the command-line output
events 'started', 'passed'
exceptionFormat = 'full'
}
}

task wrapper(type: Wrapper) { gradleVersion = '2.14' }
20 changes: 20 additions & 0 deletions htdocs/images/icon-plugin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1854662

Please sign in to comment.