Skip to content

Commit

Permalink
build: Fixed java version
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 30, 2023
1 parent c2c58ad commit 93cbe8b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.0-SNAPSHOT
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
# limitations under the License.
#
group = com.redis
sourceCompatibility = 1.8
targetCompatibility = 1.8
testSourceCompatibility = 11
testTargetCompatibility = 11
reproducibleBuild = true

bootPluginVersion = 2.7.13
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion 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: 20
version: 17
multiProject: true
mainClass: com.redis.riot.cli.Main
tags:
Expand Down

0 comments on commit 93cbe8b

Please sign in to comment.