Skip to content

Commit 2ce0ff9

Browse files
authored
Upgrade JDK and fix readme (#89)
Merge pull request #89 from Akazukin-Team/maint/jdk-cu-389572389
2 parents 9baf055 + f4c9319 commit 2ce0ff9

8 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616

1717
env:
18-
JDK_VERSION: 24
18+
JDK_VERSION: 25
1919

2020

2121
jobs:

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717

1818
env:
19-
JDK_VERSION: 24
19+
JDK_VERSION: 25
2020

2121

2222
jobs:

.github/workflows/publishRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77

88
env:
9-
JDK_VERSION: 24
9+
JDK_VERSION: 25
1010

1111
jobs:
1212
build:

.github/workflows/publishSnapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66

77
env:
8-
JDK_VERSION: 24
8+
JDK_VERSION: 25
99

1010
jobs:
1111
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A library providing manager for many similar services.
3333

3434
Make sure you have the following installed:
3535

36-
- **Java Development Kit (JDK)** version 8 or later.
36+
- **Java Development Kit (JDK)** version 17 or later.
3737

3838
---
3939

build-logic/src/main/groovy/buildlogic.java-toolchain-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'com.github.ben-manes.versions'
44
}
55

6-
def javaVersion = properties.getOrDefault('java.version', 8) as int
6+
def javaVersion = properties.getOrDefault('java.version', 21) as int
77
def javaCompatSource = properties.getOrDefault('java.compatibility.source', javaVersion) as int
88
def javaCompatTarget = properties.getOrDefault('java.compatibility.target', javaCompatSource) as int
99

qodana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ version: "1.0"
33
profile:
44
name: qodana.starter
55

6-
projectJDK: "8"
6+
projectJDK: "21"
77

88
linter: jetbrains/qodana-jvm:latest

service/gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)