Skip to content

Commit e760f7b

Browse files
committed
feat: OpenJDKを17から21に更新し、Gradleのバージョンを9.3.1に変更
1 parent 01af085 commit e760f7b

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/install/environment/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ adf-core-pythonをインストールするには以下の必要条件が必要
77

88
- Git
99
- Python 3.12 以上
10-
- OpenJDK 17
10+
- OpenJDK 21
1111

1212
各OSでのインストール方法は以下のページをそれぞれ参照してください
1313

java/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

java/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848

4949
java {
5050
toolchain {
51-
languageVersion = JavaLanguageVersion.of(17)
51+
languageVersion = JavaLanguageVersion.of(21)
5252
}
5353
}
5454

java/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
* This file was generated by the Gradle 'init' task.
33
*
44
* The settings file is used to specify which projects to include in your build.
5-
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.10.2/userguide/multi_project_builds.html in the Gradle documentation.
5+
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/9.3.1/userguide/multi_project_builds.html in the Gradle documentation.
66
*/
77

88
plugins {
99
// Apply the foojay-resolver plugin to allow automatic download of JDKs
10-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
10+
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
1111
}
1212

1313
rootProject.name = 'adf-core-python'

jitpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jdk:
2-
- openjdk17
2+
- openjdk21
33

44
before_install:
5-
- cd java
5+
- cd java

0 commit comments

Comments
 (0)