Skip to content

Commit

Permalink
Update JDT
Browse files Browse the repository at this point in the history
revert the build action workaround

Fix #10026
  • Loading branch information
vegegoku committed Feb 18, 2025
1 parent c834a98 commit 0895c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Checkout GWT tools into a sibling directory
uses: actions/checkout@v4
with:
repository: 'vegegoku/tools'
ref: 'no-repackaging-jdt-test'
repository: 'gwtproject/tools'
path: 'tools'
- name: Set up JDK ${{ matrix.java-version }}
# GWT requires Java 11+ to build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- name: Checkout GWT tools into a sibling directory
uses: actions/checkout@v4
with:
repository: 'vegegoku/tools'
ref: 'no-repackaging-jdt-test'
repository: 'gwtproject/tools'
path: 'tools'
- name: Set up JDK ${{ matrix.java-version }}
# GWT presently requires Java 11+ to build
Expand Down

0 comments on commit 0895c05

Please sign in to comment.