We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7029c79 commit fe24e71Copy full SHA for fe24e71
build.gradle
@@ -16,7 +16,7 @@ apply plugin: 'pl.allegro.tech.build.axion-release'
16
apply plugin: 'groovy'
17
apply plugin: 'java'
18
19
-sourceCompatibility = 1.8
+sourceCompatibility = 11
20
ext.rundeckPluginVersion = '1.2'
21
ext.pluginClassNames='com.rundeck.plugin.HttpNotificationPlugin'
22
ext.pluginName = 'Http Notification'
@@ -61,7 +61,7 @@ repositories {
61
dependencies {
62
implementation 'org.rundeck:rundeck-core:4.13.0-20230515'
63
64
- pluginLibs ('com.github.rundeck-plugins:http-step:1.1.2'){
+ pluginLibs ('com.github.rundeck-plugins:http-step:1.1.6'){
65
exclude group: 'org.rundeck', module: 'rundeck-core'
66
}
67
0 commit comments