File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
uses : actions/setup-java@v3
21
21
with :
22
22
distribution : zulu
23
- java-version : 11
23
+ java-version : 17
24
24
25
25
- name : Setup Gradle
26
26
uses : gradle/gradle-build-action@v2
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022 Sadv1r
3
+ Copyright (c) 2024 Sadv1r
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
import org.springframework.boot.gradle.plugin.SpringBootPlugin
2
2
3
3
plugins {
4
- id ' org.springframework.boot' version ' 2.7.18 ' apply false
4
+ id ' org.springframework.boot' version ' 3.3.0 ' apply false
5
5
}
6
6
7
7
ext {
@@ -29,7 +29,7 @@ configure(moduleProjects) {
29
29
30
30
java {
31
31
toolchain {
32
- languageVersion = JavaLanguageVersion . of(11 )
32
+ languageVersion = JavaLanguageVersion . of(17 )
33
33
}
34
34
}
35
35
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 2.7.18 '
3
+ id ' org.springframework.boot' version ' 3.3.0 '
4
4
id ' io.spring.dependency-management'
5
5
}
6
6
@@ -14,6 +14,6 @@ dependencies {
14
14
15
15
java {
16
16
toolchain {
17
- languageVersion = JavaLanguageVersion . of(11 )
17
+ languageVersion = JavaLanguageVersion . of(17 )
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 2.7.18 '
3
+ id ' org.springframework.boot' version ' 3.3.0 '
4
4
id ' io.spring.dependency-management'
5
5
}
6
6
@@ -14,6 +14,6 @@ dependencies {
14
14
15
15
java {
16
16
toolchain {
17
- languageVersion = JavaLanguageVersion . of(11 )
17
+ languageVersion = JavaLanguageVersion . of(17 )
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments