Skip to content

Commit

Permalink
Update java version, rundeck core version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcg14 committed Apr 15, 2024
1 parent 4097f35 commit f49714a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Build with Gradle
run: ./gradlew build
- name: Get Release Version
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

apply plugin: 'java'

sourceCompatibility = 1.8
sourceCompatibility = 1.11
ext.rundeckPluginVersion = '1.2'
ext.pluginClassNames='edu.ohio.ais.rundeck.HttpWorkflowStepPlugin,edu.ohio.ais.rundeck.HttpWorkflowNodeStepPlugin'
ext.pluginName = 'Rundeck Http Step'
Expand Down Expand Up @@ -48,7 +48,7 @@ configurations{
}

dependencies {
implementation 'org.rundeck:rundeck-core:4.14.0-rc1-20230606'
implementation 'org.rundeck:rundeck-core:5.2.0-20240410'

pluginLibs group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
pluginLibs group: 'com.google.code.gson', name: 'gson', version:'2.10.1'
Expand Down

0 comments on commit f49714a

Please sign in to comment.