File tree Expand file tree Collapse file tree 3 files changed +7
-24
lines changed Expand file tree Collapse file tree 3 files changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - name : Set up JDK 17
16
+ - name : Set up JDK 21
17
17
uses : actions/setup-java@v4
18
18
with :
19
- java-version : ' 17 '
19
+ java-version : ' 21 '
20
20
distribution : ' temurin'
21
21
cache : ' gradle'
22
22
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - name : Set up JDK 17
18
+ - name : Set up JDK 21
19
19
uses : actions/setup-java@v4
20
20
with :
21
- java-version : ' 17 '
21
+ java-version : ' 21 '
22
22
distribution : ' temurin'
23
23
cache : ' gradle'
24
24
27
27
28
28
- name : Build with Gradle Wrapper
29
29
run : ./gradlew build
30
-
31
- dependency-submission :
32
-
33
- runs-on : ubuntu-latest
34
- permissions :
35
- contents : write
36
-
37
- steps :
38
- - uses : actions/checkout@v4
39
- - name : Set up JDK 17
40
- uses : actions/setup-java@v4
41
- with :
42
- java-version : ' 17'
43
- distribution : ' temurin'
44
-
45
- - name : Generate and submit dependency graph
46
- uses : gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
Original file line number Diff line number Diff line change 1
1
subprojects {
2
2
group = ' io.opencaesar.adapters'
3
- version = ' 2.12 .0'
3
+ version = ' 2.13 .0'
4
4
5
5
ext. versions = [
6
6
oml : ' 2.+' ,
@@ -24,8 +24,8 @@ subprojects {
24
24
apply plugin : ' idea'
25
25
26
26
java {
27
- sourceCompatibility = ' 17 '
28
- targetCompatibility = ' 17 '
27
+ sourceCompatibility = ' 21 '
28
+ targetCompatibility = ' 21 '
29
29
withJavadocJar()
30
30
withSourcesJar()
31
31
}
You can’t perform that action at this time.
0 commit comments