Skip to content
Snippets Groups Projects
Commit 1ea3a5b6 authored by Goooler's avatar Goooler Committed by Kr328
Browse files

Chore: bump setup-java action & Remove setup-android action (#1188)

* Bump setup-java action to v2

* Remove setup-android action

* Remove ignore rules under github folder
parent f21cf86c
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ on:
branches:
- main
paths-ignore:
- '.github/**'
- '.idea/**'
- '.gitignore'
- '.gitmodules'
......@@ -13,7 +12,6 @@ on:
- 'NOTICE'
pull_request:
paths-ignore:
- '.github/**'
- '.idea/**'
- '.gitignore'
- '.gitmodules'
......@@ -29,14 +27,13 @@ jobs:
with:
submodules: recursive
- name: Setup Java
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Build
run: ./gradlew --no-daemon app:assembleFossRelease
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment