Skip to content

Commit 1235189

Browse files
dajudgeclaude
andauthored
Update Java distribution to temurin (#416)
Replace deprecated 'adopt' distribution with 'temurin'. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 2cd3539 commit 1235189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-java@v2
4040
with:
4141
java-version: '17'
42-
distribution: 'adopt'
42+
distribution: 'temurin'
4343
- name: Build with Gradle
4444
env:
4545
CONTAINER_FILTER: ${{ matrix.version }}

0 commit comments

Comments
 (0)