forked from thesaurus-linguae-aegyptiae/tla-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gradle from 8.5.0-jdk21 to 8.6.0-jdk21
* upgrade gradle wrapper to version 8.6-rc-1 * upgrade to gradle 8.6-rc-2 * upgrade to gradle 8.6-rc-3 * bump gradle wrapper to 8.6-rc-4 * upgrade gradle wrapper to version 8.6 * Bump gradle from 8.5.0-jdk21 to 8.6.0-jdk21 Bumps gradle from 8.5.0-jdk21 to 8.6.0-jdk21. --- updated-dependencies: - dependency-name: gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * ci: rm caching of project folder cache uploaded by post-setup step of java setup is not being used and therefore seems to be a waste of time and space * 🐳: clear cached apt packages from deploy container * codespaces: add sonarlint vscode extension && install nodejs * codespaces: try to install fontconfig after startup * ci: show gradle deprecation warnings * dont exit terminal after nvm run --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: JKatzwinkel <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5b19e36
commit 749fb4e
Showing
5 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,10 +47,9 @@ jobs: | |
with: | ||
distribution: temurin | ||
java-version: ${{ matrix.java-version }} | ||
cache: gradle | ||
|
||
- name: run tests && build project | ||
run: ./gradlew build --no-daemon | ||
run: ./gradlew build --no-daemon --warning-mode all | ||
|
||
- uses: mikepenz/[email protected] | ||
if: always() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters