Skip to content

Commit 995c035

Browse files
committed
Arreglar workflow de Github Actions
- Pasamos a utilizar temurin a oracle
1 parent 0cb3be8 commit 995c035

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-windows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
- name: Set up Java
3434
uses: actions/setup-java@v5
3535
with:
36-
distribution: temurin
36+
distribution: oracle
3737
java-version: ${{ env.JAVA_VERSION }}
38+
check-latest: true
3839
cache: maven
3940

4041
- name: Set up .NET SDK

0 commit comments

Comments
 (0)