Skip to content

Commit f8d79c7

Browse files
committed
Prepare vault-storage for JitPack with Java 17 and Central Portal Snapshots
- Add jitpack.yml to specify Java 17 for JitPack builds - Bump version to 1.3.18-grails7-upgrade-test - JitPack will now build with: - Java 17 (from jitpack.yml) - rundeck-core:6.0.0-SNAPSHOT from Central Portal Snapshots - Tested successfully with sshj-plugin v0.1.23
1 parent 62612ac commit f8d79c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ext.rundeckPluginVersion= '1.2'
2424
ext.pluginClassNames='io.github.valfadeev.rundeck.plugin.vault.VaultStoragePlugin'
2525

2626
// Override version for Grails 7 upgrade (bump to 1.3.17)
27-
project.version = '1.3.17-grails7-upgrade-test'
27+
project.version = '1.3.18-grails7-upgrade-test'
2828

2929
repositories {
3030
mavenLocal()

jitpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jdk:
2+
- openjdk17

0 commit comments

Comments
 (0)