Skip to content

Commit

Permalink
[#3404] Move project to Setup Gradle Repo from Global repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed May 4, 2024
1 parent 54bf301 commit adc7782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/.github/workflows/reusable-setup-gradle-repo.yml@v1.0.2
uses: Oztechan/Global/.github/workflows/actions/setup-gradle-repo.yml@e172c61f99ab946fcf04af89d988713a5aba2df3

- name: Adding secret files
run: |
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/.github/workflows/reusable-setup-gradle-repo.yml@v1.0.2
uses: Oztechan/Global/.github/workflows/actions/setup-gradle-repo.yml@e172c61f99ab946fcf04af89d988713a5aba2df3

- name: Adding secret files
run: |
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/.github/workflows/reusable-setup-gradle-repo.yml@v1.0.2
uses: Oztechan/Global/.github/workflows/actions/setup-gradle-repo.yml@e172c61f99ab946fcf04af89d988713a5aba2df3

- name: Run Quality Jobs
run: ./gradlew check koverMergedXmlReport --parallel
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/.github/workflows/reusable-setup-gradle-repo.yml@v1.0.2
uses: Oztechan/Global/.github/workflows/actions/setup-gradle-repo.yml@e172c61f99ab946fcf04af89d988713a5aba2df3

- name: Detekt
run: ./gradlew detektAll
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/.github/workflows/reusable-setup-gradle-repo.yml@v1.0.2
uses: Oztechan/Global/.github/workflows/actions/setup-gradle-repo.yml@e172c61f99ab946fcf04af89d988713a5aba2df3

- name: Adding secret files
run: |
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
status: ${{ steps.status.outputs.status }}
steps:
- name: Setup Gradle Repo
uses: Oztechan/Global/.github/workflows/reusable-setup-gradle-repo.yml@v1.0.2
uses: Oztechan/Global/.github/workflows/actions/setup-gradle-repo.yml@e172c61f99ab946fcf04af89d988713a5aba2df3

- name: Adding secret files
run: |
Expand Down

0 comments on commit adc7782

Please sign in to comment.