Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #394 from mikepenz/feature/update_gradle_sample_app
Browse files Browse the repository at this point in the history
Sample Gradle upgrades
  • Loading branch information
mikepenz authored Oct 20, 2023
2 parents 906cacb + 4684f4e commit f64f24a
Show file tree
Hide file tree
Showing 20 changed files with 19,034 additions and 3,312 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
23 changes: 20 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
gradle-${{ runner.os }}-
- uses: actions/checkout@v4
- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x

node-version: 20.x

- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: |
11
15
17
- run: |
npm install
- run: |
Expand All @@ -43,6 +52,14 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: |
11
15
17
- name: Test Single Module Project in root
uses: ./
with:
Expand Down
682 changes: 682 additions & 0 deletions __tests__/_version_upgrade.txt

Large diffs are not rendered by default.

Loading

0 comments on commit f64f24a

Please sign in to comment.