Skip to content

Commit

Permalink
Java 17 or Java 21 only
Browse files Browse the repository at this point in the history
  • Loading branch information
samrocketman committed Oct 22, 2024
1 parent e9371ae commit 5b68bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/packaging.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@ buildDeb {
requires 'net-tools'
requires 'psmisc'
requires('default-jre-headless', '2:1.11', Flags.GREATER | Flags.EQUAL)
.or('openjdk-11-jre-headless')
.or('openjdk-11-jdk')
.or('openjdk-11-jre')
.or('openjdk-17-jre-headless')
.or('openjdk-17-jdk')
.or('openjdk-17-jre')
.or('openjdk-21-jre-headless')
.or('openjdk-21-jdk')
.or('openjdk-21-jre')
conflicts 'hudson'
conflicts 'jenkins'
replaces 'hudson'
Expand Down

0 comments on commit 5b68bed

Please sign in to comment.