Skip to content

Commit

Permalink
Merge branch 'main' into scott/AndroidModules
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPierce committed Jun 29, 2024
2 parents f126229 + 5803a1b commit 68bc121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'
distribution: 'zulu'
java-version: '21'

- name: Build kinject
run: ./gradlew :kinject:build
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'
distribution: 'zulu'
java-version: '21'

- name: Maven Central Publish
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
Expand Down

0 comments on commit 68bc121

Please sign in to comment.