Skip to content

Commit

Permalink
fix package defintion
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl DeBisschop committed Jan 1, 2020
1 parent 71753e0 commit 88ba8a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ apply plugin: 'idea'
sourceCompatibility = 1.8
defaultTasks 'clean','build'
ext.rundeckPluginVersion = '1.2'
ext.pluginClassNames='com.bioraft.rundeck.filelookup.JsonFindKeyStepPlugin,' +
ext.pluginClassNames='com.bioraft.rundeck.filelookup.JsonFindValueStepPlugin,' +
'com.bioraft.rundeck.filelookup.ScanFileStepPlugin,' +
'com.bioraft.rundeck.filelookup.JsonFindKeyNodeStepPlugin,' +
'com.bioraft.rundeck.filelookup.JsonFindValueNodeStepPlugin,' +
'com.bioraft.rundeck.filelookup.ScanFileNodeStepPlugin'
ext.pluginName = 'RunDeck File Lookup Plugin'
ext.pluginDescription = 'Find step values within files'
Expand Down
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Wed Jan 01 11:20:02 EST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 88ba8a8

Please sign in to comment.