File tree Expand file tree Collapse file tree 12 files changed +96
-120
lines changed
Expand file tree Collapse file tree 12 files changed +96
-120
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ # Enable version updates for Gradle dependencies
4+ - package-ecosystem : " gradle"
5+ # Look for build.gradle files in the root directory
6+ directory : " /"
7+ schedule :
8+ interval : " daily"
9+ # Enable version updates for GitHub Actions
10+ - package-ecosystem : " github-actions"
11+ directory : " /"
12+ schedule :
13+ interval : " weekly"
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - uses : actions/checkout@v4
19- - name : Extract Java version from .tool-versions
20- id : java-version
21- run : |
22- TOOL_VERSION=$(grep '^java' .tool-versions | awk '{print $2}')
23- JAVA_DIST=$(echo $TOOL_VERSION | cut -d'-' -f1)
24- JAVA_VERSION=$(echo $TOOL_VERSION | cut -d'-' -f2)
25- echo "distribution=$JAVA_DIST" >> $GITHUB_OUTPUT
26- echo "version=$JAVA_VERSION" >> $GITHUB_OUTPUT
27- - name : Set up JDK from .tool-versions
28- uses : actions/setup-java@v4
29- with :
30- java-version : ${{ steps.java-version.outputs.version }}
31- distribution : ${{ steps.java-version.outputs.distribution }}
19+ - name : Setup asdf and install tools
20+ uses : asdf-vm/actions/install@v3
3221 - name : Setup Gradle
3322 uses : gradle/actions/setup-gradle@v3
3423 - name : Build with Gradle
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - uses : actions/checkout@v4
16- - name : Extract Java version from .tool-versions
17- id : java-version
18- run : |
19- TOOL_VERSION=$(grep '^java' .tool-versions | awk '{print $2}')
20- JAVA_DIST=$(echo $TOOL_VERSION | cut -d'-' -f1)
21- JAVA_VERSION=$(echo $TOOL_VERSION | cut -d'-' -f2)
22- echo "distribution=$JAVA_DIST" >> $GITHUB_OUTPUT
23- echo "version=$JAVA_VERSION" >> $GITHUB_OUTPUT
24- - name : Set up JDK from .tool-versions
25- uses : actions/setup-java@v4
26- with :
27- java-version : ${{ steps.java-version.outputs.version }}
28- distribution : ${{ steps.java-version.outputs.distribution }}
16+ - name : Setup asdf and install tools
17+ uses : asdf-vm/actions/install@v3
2918 - name : Setup Gradle
3019 uses : gradle/actions/setup-gradle@v3
3120 - name : Build with Gradle
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - uses : actions/checkout@v4
18- - name : Extract Java version from .tool-versions
19- id : java-version
20- run : |
21- TOOL_VERSION=$(grep '^java' .tool-versions | awk '{print $2}')
22- JAVA_DIST=$(echo $TOOL_VERSION | cut -d'-' -f1)
23- JAVA_VERSION=$(echo $TOOL_VERSION | cut -d'-' -f2)
24- echo "distribution=$JAVA_DIST" >> $GITHUB_OUTPUT
25- echo "version=$JAVA_VERSION" >> $GITHUB_OUTPUT
26- - name : Set up JDK from .tool-versions
27- uses : actions/setup-java@v4
28- with :
29- java-version : ${{ steps.java-version.outputs.version }}
30- distribution : ${{ steps.java-version.outputs.distribution }}
18+ - name : Setup asdf and install tools
19+ uses : asdf-vm/actions/install@v3
3120 - name : Setup Gradle
3221 uses : gradle/actions/setup-gradle@v3
3322 - name : Run checkstyle on Source and Test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - name : Extract Java version from .tool-versions
17- id : java-version
18- run : |
19- TOOL_VERSION=$(grep '^java' .tool-versions | awk '{print $2}')
20- JAVA_DIST=$(echo $TOOL_VERSION | cut -d'-' -f1)
21- JAVA_VERSION=$(echo $TOOL_VERSION | cut -d'-' -f2)
22- echo "distribution=$JAVA_DIST" >> $GITHUB_OUTPUT
23- echo "version=$JAVA_VERSION" >> $GITHUB_OUTPUT
24- - name : Set up JDK from .tool-versions
25- uses : actions/setup-java@v4
26- with :
27- java-version : ${{ steps.java-version.outputs.version }}
28- distribution : ${{ steps.java-version.outputs.distribution }}
16+ - name : Setup asdf and install tools
17+ uses : asdf-vm/actions/install@v3
2918 - name : Setup Gradle
3019 uses : gradle/actions/setup-gradle@v3
3120 - name : Build Binary Executable
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - uses : actions/checkout@v4
18- - name : Extract Java version from .tool-versions
19- id : java-version
20- run : |
21- TOOL_VERSION=$(grep '^java' .tool-versions | awk '{print $2}')
22- JAVA_DIST=$(echo $TOOL_VERSION | cut -d'-' -f1)
23- JAVA_VERSION=$(echo $TOOL_VERSION | cut -d'-' -f2)
24- echo "distribution=$JAVA_DIST" >> $GITHUB_OUTPUT
25- echo "version=$JAVA_VERSION" >> $GITHUB_OUTPUT
26- - name : Set up JDK from .tool-versions
27- uses : actions/setup-java@v4
28- with :
29- java-version : ${{ steps.java-version.outputs.version }}
30- distribution : ${{ steps.java-version.outputs.distribution }}
18+ - name : Setup asdf and install tools
19+ uses : asdf-vm/actions/install@v3
3120 - name : Setup Gradle
3221 uses : gradle/actions/setup-gradle@v3
3322 - name : Run Mutation Analysis
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - name : Extract Java version from .tool-versions
17- id : java-version
18- run : |
19- TOOL_VERSION=$(grep '^java' .tool-versions | awk '{print $2}')
20- JAVA_DIST=$(echo $TOOL_VERSION | cut -d'-' -f1)
21- JAVA_VERSION=$(echo $TOOL_VERSION | cut -d'-' -f2)
22- echo "distribution=$JAVA_DIST" >> $GITHUB_OUTPUT
23- echo "version=$JAVA_VERSION" >> $GITHUB_OUTPUT
24- - name : Set up JDK from .tool-versions
25- uses : actions/setup-java@v4
26- with :
27- java-version : ${{ steps.java-version.outputs.version }}
28- distribution : ${{ steps.java-version.outputs.distribution }}
16+ - name : Setup asdf and install tools
17+ uses : asdf-vm/actions/install@v3
2918 - name : Setup Gradle
3019 uses : gradle/actions/setup-gradle@v3
3120 - name : Run PMD on sources
Original file line number Diff line number Diff line change 2929 if : ${{ steps.release.outputs.release_created }}
3030 uses : actions/checkout@v4
3131
32- - name : Extract Java version from .tool-versions
32+ - name : Setup asdf and install tools
3333 if : ${{ steps.release.outputs.release_created }}
34- id : java-version
35- run : |
36- TOOL_VERSION=$(grep '^java' .tool-versions | awk '{print $2}')
37- JAVA_DIST=$(echo $TOOL_VERSION | cut -d'-' -f1)
38- JAVA_VERSION=$(echo $TOOL_VERSION | cut -d'-' -f2)
39- echo "distribution=$JAVA_DIST" >> $GITHUB_OUTPUT
40- echo "version=$JAVA_VERSION" >> $GITHUB_OUTPUT
41- - name : Set up JDK from .tool-versions
42- if : ${{ steps.release.outputs.release_created }}
43- uses : actions/setup-java@v4
44- with :
45- java-version : ${{ steps.java-version.outputs.version }}
46- distribution : ${{ steps.java-version.outputs.distribution }}
34+ uses : asdf-vm/actions/install@v3
4735
4836 - name : Setup Gradle
4937 if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - name : Extract Java version from .tool-versions
17- id : java-version
18- run : |
19- TOOL_VERSION=$(grep '^java' .tool-versions | awk '{print $2}')
20- JAVA_DIST=$(echo $TOOL_VERSION | cut -d'-' -f1)
21- JAVA_VERSION=$(echo $TOOL_VERSION | cut -d'-' -f2)
22- echo "distribution=$JAVA_DIST" >> $GITHUB_OUTPUT
23- echo "version=$JAVA_VERSION" >> $GITHUB_OUTPUT
24- - name : Set up JDK from .tool-versions
25- uses : actions/setup-java@v4
26- with :
27- java-version : ${{ steps.java-version.outputs.version }}
28- distribution : ${{ steps.java-version.outputs.distribution }}
16+ - name : Setup asdf and install tools
17+ uses : asdf-vm/actions/install@v3
2918 - name : Setup Gradle
3019 uses : gradle/actions/setup-gradle@v3
3120 - name : Run Spotbugs on sources
You can’t perform that action at this time.
0 commit comments