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 b2b39c1 commit c772a52Copy full SHA for c772a52
1 file changed
.github/workflows/ci.yml
@@ -9,27 +9,27 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
-
+
13
steps:
14
- uses: actions/checkout@v4
15
with:
16
fetch-depth: 0 # Needed for Axion-release to determine version correctly
17
18
- name: Set up JDK 21
19
uses: actions/setup-java@v4
20
21
java-version: '21'
22
distribution: 'temurin'
23
cache: gradle
24
25
- name: Grant execute permission for gradlew
26
run: chmod +x gradlew
27
28
- name: Build with Gradle
29
run: ./gradlew build --scan --info
30
31
- name: Upload build artifacts
32
uses: actions/upload-artifact@v4
33
34
name: build-artifacts
35
- path: build/libs/
+ path: build/libs/
0 commit comments