We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3168c01 commit dcdb27fCopy full SHA for dcdb27f
.github/workflows/codacy-code-reporter.yml
@@ -19,6 +19,11 @@ jobs:
19
java-version: '21'
20
distribution: 'adopt'
21
22
+ - name: Create local share directory
23
+ # ubuntu-24.04 Github runners do not have `~/.local/share` directory by default.
24
+ # This causes issues when testing `FileTransferSend`
25
+ run: mkdir -p ~/.local/share
26
+
27
- name: Build with Gradle
28
run: ./gradlew clean build -x checkstyleMain -x checkstyleTest -x shadowJar
29
0 commit comments