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: ...@@ -4,7 +4,6 @@ on:
branches: branches:
- main - main
paths-ignore: paths-ignore:
- '.github/**'
- '.idea/**' - '.idea/**'
- '.gitignore' - '.gitignore'
- '.gitmodules' - '.gitmodules'
...@@ -13,7 +12,6 @@ on: ...@@ -13,7 +12,6 @@ on:
- 'NOTICE' - 'NOTICE'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '.github/**'
- '.idea/**' - '.idea/**'
- '.gitignore' - '.gitignore'
- '.gitmodules' - '.gitmodules'
...@@ -29,14 +27,13 @@ jobs: ...@@ -29,14 +27,13 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v1 uses: actions/setup-java@v2
with: with:
distribution: 'adopt'
java-version: 11 java-version: 11
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.17 go-version: 1.17
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Build - name: Build
run: ./gradlew --no-daemon app:assembleFossRelease 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