Skip to content

Commit 9917ef5

Browse files
Build with Java 25.
1 parent 90ff93f commit 9917ef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-java@v3
1717
with:
1818
distribution: 'zulu'
19-
java-version: 17
19+
java-version: 25
2020
- name: Build with Maven
2121
run: ./mvnw --no-transfer-progress clean verify
2222

@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-java@v3
3030
with:
3131
distribution: 'zulu'
32-
java-version: 17
32+
java-version: 25
3333
- name: Run SonarCloud analyse
3434
run: >
3535
./mvnw --batch-mode --no-transfer-progress clean

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The core service of this project is the _OembedService_ which takes several endp
88

99
java-oembed can be configured to use an "ehcache CacheManager instance":http://ehcache.org/.
1010

11-
The project is a ready to use configured maven/eclipse project and works nice my "java-autolinker":https://github.com/michael-simons/java-autolinker.
11+
The project is a ready to use configured maven project and works nice my "java-autolinker":https://github.com/michael-simons/java-autolinker.
1212

1313
*Important*
1414

0 commit comments

Comments
 (0)