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

Commit ef5f73f

Browse files
authored
Removed XDEV IDE build
1 parent 18083b8 commit ef5f73f

1 file changed

Lines changed: 1 addition & 36 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -188,45 +188,10 @@ jobs:
188188
github_token: ${{ secrets.GITHUB_TOKEN }}
189189
publish_dir: ./docs
190190
enable_jekyll: true
191-
192-
build_xdev_ide:
193-
runs-on: ubuntu-latest
194-
needs: [prepare_release]
195-
steps:
196-
- uses: actions/checkout@v2
197-
198-
- name: Init Git and pull
199-
run: |
200-
git config --global user.email "actions@github.com"
201-
git config --global user.name "GitHub Actions"
202-
git pull
203-
204-
- name: Set up JDK
205-
uses: actions/setup-java@v2
206-
with:
207-
distribution: 'zulu'
208-
java-version: '8'
209-
java-package: jdk+fx
210-
211-
- name: Cache local Maven repository
212-
uses: actions/cache@v2
213-
with:
214-
path: ~/.m2/repository
215-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
216-
restore-keys: |
217-
${{ runner.os }}-maven-
218-
219-
- name: Build with Maven
220-
run: mvn -B clean verify -Pjava8,xdev-ide
221-
222-
- uses: actions/upload-artifact@v2
223-
with:
224-
name: jars-xdev-ide
225-
path: target/*.jar
226191

227192
after_release:
228193
runs-on: ubuntu-latest
229-
needs: [publish_central, build_xdev_ide]
194+
needs: [publish_central]
230195
steps:
231196
- uses: actions/checkout@v2
232197

0 commit comments

Comments
 (0)