diff --git a/build.gradle b/build.gradle index ebaf493..8c4ad05 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9492014..1b59834 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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