Skip to content

Commit

Permalink
build: Upgraded java version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jun 2, 2023
1 parent e49ed55 commit 055e2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ project:
height: 256
java:
groupId: com.redis
version: 8
version: 20
multiProject: true
mainClass: com.redis.riot.cli.Main
tags:
Expand Down Expand Up @@ -109,7 +109,7 @@ deploy:
maven:
nexus2:
maven-central:
active: NEVER
active: RELEASE
url: https://s01.oss.sonatype.org/service/local
closeRepository: true
releaseRepository: true
Expand Down

0 comments on commit 055e2ae

Please sign in to comment.