File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The core service of this project is the _OembedService_ which takes several endp
88
99java-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
You can’t perform that action at this time.
0 commit comments