Skip to content

Commit

Permalink
Upgraded dependencies for ui. Fixes for GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MorkovkAs committed Nov 24, 2022
1 parent 3d47c9a commit 41e0810
Show file tree
Hide file tree
Showing 3 changed files with 5,452 additions and 5,034 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
- name: set up JDK 15
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 15
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build with Gradle
Expand Down
Loading

0 comments on commit 41e0810

Please sign in to comment.