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 dedd481 commit 042a3be
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/composite-setup-gradle-repo.yml@16505430d8c9b0b41f53e1e3edc77a048a9f2b0a
uses: Oztechan/Global/.github/workflows/actions@04d3b7607682ea67564a0c7998e7702af801fb5a

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

- name: Setup Gradle Repo
uses: Oztechan/Global/.github/workflows/composite-setup-gradle-repo.yml@16505430d8c9b0b41f53e1e3edc77a048a9f2b0a
uses: Oztechan/Global/.github/workflows/actions@04d3b7607682ea67564a0c7998e7702af801fb5a

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

- name: Setup Gradle Repo
uses: Oztechan/Global/.github/workflows/composite-setup-gradle-repo.yml@16505430d8c9b0b41f53e1e3edc77a048a9f2b0a
uses: Oztechan/Global/.github/workflows/actions@04d3b7607682ea67564a0c7998e7702af801fb5a

- 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/composite-setup-gradle-repo.yml@16505430d8c9b0b41f53e1e3edc77a048a9f2b0a
uses: Oztechan/Global/.github/workflows/actions@04d3b7607682ea67564a0c7998e7702af801fb5a

- 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/composite-setup-gradle-repo.yml@16505430d8c9b0b41f53e1e3edc77a048a9f2b0a
uses: Oztechan/Global/.github/workflows/actions@04d3b7607682ea67564a0c7998e7702af801fb5a

- 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/composite-setup-gradle-repo.yml@16505430d8c9b0b41f53e1e3edc77a048a9f2b0a
uses: Oztechan/Global/.github/workflows/actions@04d3b7607682ea67564a0c7998e7702af801fb5a

- name: Adding secret files
run: |
Expand Down

0 comments on commit 042a3be

Please sign in to comment.