upgrade gradle 7.4.2 -> 8.0.1 (#259)
* upgraded gradle 7.4.2 -> 8.0.1 * updated github workflow * removed RenderScript * excluded 'kotlin-stdlib-jdk8' to prevent 'duplicate class' errors * updated memory limits
This commit is contained in:
parent
adeae333b2
commit
b3fde40aa2
4 changed files with 38 additions and 8 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -15,6 +15,11 @@ jobs:
|
|||
# setup
|
||||
- name: Checkout project sources
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue