From 74c63fc1ad29d65bdd7f59cb1e67c8f4afad52ee Mon Sep 17 00:00:00 2001 From: Sina Madani Date: Wed, 26 Jun 2024 15:20:33 +0100 Subject: [PATCH] ci: Skip Windows for now --- .github/workflows/build.yml | 2 +- pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3084d1e..bc83292 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: fail-fast: false matrix: java: [17, 22] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] steps: - name: Checkout the repo uses: actions/checkout@v4 diff --git a/pom.xml b/pom.xml index df0ca83..33beb9c 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,6 @@ 2.0 2.0 1.8 - -Dfile.encoding=UTF8