From 055e2ae3306dc37ab3a971b22da797bc24dc652e Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Fri, 2 Jun 2023 10:09:38 -0700 Subject: [PATCH] build: Upgraded java version to 20 --- jreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jreleaser.yml b/jreleaser.yml index 92b6468ad..146e119d2 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -29,7 +29,7 @@ project: height: 256 java: groupId: com.redis - version: 8 + version: 20 multiProject: true mainClass: com.redis.riot.cli.Main tags: @@ -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