diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed2a0ec2..b6c3ac7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: 19 + java-version: 20 distribution: 'zulu' cache: 'maven' - name: Setup fuse @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: 19 + java-version: 20 distribution: 'zulu' cache: 'maven' - name: Setup fuse @@ -59,11 +59,11 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: 19 + java-version: 20 distribution: 'zulu' cache: 'maven' - name: Setup fuse - run: choco install winfsp --version 1.11.22176 -y + run: choco install winfsp --version 1.12.22339 -y - name: Maven build shell: bash # surprise, running maven in pwsh is crappy, see https://stackoverflow.com/q/6347985/4014509 run: mvn -B verify -Dfuse.lib.path="C:\Program Files (x86)\WinFsp\bin\winfsp-x64.dll" @@ -83,7 +83,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-java@v3 with: - java-version: 19 + java-version: 20 distribution: 'zulu' cache: 'maven' - name: Cache SonarCloud packages diff --git a/.github/workflows/publish-central.yml b/.github/workflows/publish-central.yml index c3f28206..b890f58c 100644 --- a/.github/workflows/publish-central.yml +++ b/.github/workflows/publish-central.yml @@ -15,7 +15,7 @@ jobs: ref: "refs/tags/${{ github.event.inputs.tag }}" - uses: actions/setup-java@v3 with: - java-version: 19 + java-version: 20 distribution: 'zulu' cache: 'maven' server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml diff --git a/.github/workflows/publish-github.yml b/.github/workflows/publish-github.yml index b233f6ce..bdcc2f6d 100644 --- a/.github/workflows/publish-github.yml +++ b/.github/workflows/publish-github.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: 19 + java-version: 20 distribution: 'zulu' cache: 'maven' gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import diff --git a/.idea/misc.xml b/.idea/misc.xml index 301d9c4f..3ff4034e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations/HelloWorldFileSystem.xml b/.idea/runConfigurations/HelloWorldFileSystem.xml index 97229a05..6a52e270 100644 --- a/.idea/runConfigurations/HelloWorldFileSystem.xml +++ b/.idea/runConfigurations/HelloWorldFileSystem.xml @@ -1,10 +1,9 @@ -