diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 4d2e05ac..cfe91d93 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -106,7 +106,7 @@ jobs: run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet --dependency-verification off) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - name: Get RPM Version id: get_rpm_version - run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet --dependency-verification off | sed 's/-/./') && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT + run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet --dependency-verification off | sed 's/-/./g') && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - name: Upload zip uses: actions/upload-artifact@v4 with: @@ -114,6 +114,7 @@ jobs: name: rd-${{ steps.get_version.outputs.VERSION }}.zip # Directory containing files to upload path: rd-cli-tool/build/distributions/rd-${{ steps.get_version.outputs.VERSION }}.zip + if-no-files-found: error - name: Upload rpm uses: actions/upload-artifact@v4 with: @@ -121,6 +122,7 @@ jobs: name: rundeck.rpm # Directory containing files to upload path: rd-cli-tool/build/distributions/rundeck-cli-${{ steps.get_rpm_version.outputs.VERSION }}-1.noarch.rpm + if-no-files-found: error - name: Upload deb uses: actions/upload-artifact@v4 with: @@ -128,6 +130,7 @@ jobs: name: rundeck.deb # Directory containing files to upload path: rd-cli-tool/build/distributions/rundeck-cli_${{ steps.get_rpm_version.outputs.VERSION }}-1_all.deb + if-no-files-found: error - name: Upload all-jar uses: actions/upload-artifact@v4 with: @@ -135,6 +138,7 @@ jobs: name: rundeck-cli-${{ steps.get_version.outputs.VERSION }}-all.jar # Directory containing files to upload path: rd-cli-tool/build/libs/rundeck-cli-${{ steps.get_version.outputs.VERSION }}-all.jar + if-no-files-found: error - name: Upload api-lib uses: actions/upload-artifact@v4 with: @@ -142,6 +146,7 @@ jobs: name: rd-api-client-${{ steps.get_version.outputs.VERSION }}.jar # Directory containing files to upload path: rd-api-client/build/libs/rd-api-client-${{ steps.get_version.outputs.VERSION }}.jar + if-no-files-found: error - name: Upload rd-cli-lib uses: actions/upload-artifact@v4 with: @@ -149,3 +154,4 @@ jobs: name: rd-cli-lib-${{ steps.get_version.outputs.VERSION }}.jar # Directory containing files to upload path: rd-cli-lib/build/libs/rd-cli-lib-${{ steps.get_version.outputs.VERSION }}.jar + if-no-files-found: error diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a94781d5..6f6afed4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,22 +5,22 @@ okhttp = "4.12.0" lombok = "1.18.42" jaxb = "2.3.9" junit = "4.13.2" -groovy = "4.0.30" +groovy = "4.0.32" spock = "2.3-groovy-4.0" -axion = "1.15.5" +axion = "1.21.2" nexusPublish = "1.3.0" shadow = "8.1.1" ospackage = "11.11.2" buildInfo = "0.9" buildConfig = "3.1.0" -jacksonDatabind = "2.21.2" +jacksonDatabind = "2.22.0" picocli = "4.7.7" snakeYaml = "2.0" -rundeck = "6.0.0-alpha1-20260407" +rundeck = "6.1.0-SNAPSHOT" testcontainers = "1.21.4" commonsCompress = "1.28.0" # Spock mocks of concrete classes; not always pulled transitively with groovy-all 4.x -byteBuddy = "1.15.11" +byteBuddy = "1.18.10" [libraries] diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index e7815ac1..209d728d 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -2,7 +2,10 @@ true - true + false + + + @@ -32,7 +35,10 @@ - + + + + @@ -58,7 +64,10 @@ - + + + + @@ -66,6 +75,7 @@ + @@ -77,7 +87,10 @@ - + + + + @@ -97,6 +110,7 @@ + @@ -109,6 +123,7 @@ + @@ -127,7 +142,10 @@ - + + + + @@ -186,6 +204,11 @@ + + + + + @@ -196,6 +219,11 @@ + + + + + @@ -211,6 +239,11 @@ + + + + + @@ -226,6 +259,11 @@ + + + + + @@ -245,6 +283,14 @@ + + + + + + + + @@ -264,6 +310,14 @@ + + + + + + + + @@ -283,6 +337,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -333,11 +418,24 @@ + + + + + + + + + + + + + @@ -352,6 +450,22 @@ + + + + + + + + + + + + + + + + @@ -453,6 +567,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -507,6 +657,9 @@ + + + @@ -528,6 +681,9 @@ + + + @@ -536,6 +692,9 @@ + + + @@ -693,6 +852,14 @@ + + + + + + + + @@ -701,6 +868,14 @@ + + + + + + + + @@ -800,6 +975,14 @@ + + + + + + + + @@ -810,6 +993,11 @@ + + + + + @@ -844,6 +1032,14 @@ + + + + + + + + @@ -852,6 +1048,22 @@ + + + + + + + + + + + + + + + + @@ -1024,6 +1236,203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1145,6 +1554,11 @@ + + + + + @@ -1153,6 +1567,14 @@ + + + + + + + + @@ -1161,6 +1583,14 @@ + + + + + + + + @@ -1193,6 +1623,14 @@ + + + + + + + + @@ -1201,6 +1639,14 @@ + + + + + + + + @@ -1217,6 +1663,14 @@ + + + + + + + + @@ -1225,6 +1679,14 @@ + + + + + + + + @@ -1504,6 +1966,14 @@ + + + + + + + + @@ -1514,6 +1984,11 @@ + + + + + @@ -1522,6 +1997,14 @@ + + + + + + + + @@ -1530,6 +2013,14 @@ + + + + + + + + @@ -1538,6 +2029,14 @@ + + + + + + + + @@ -1546,6 +2045,14 @@ + + + + + + + + @@ -1705,7 +2212,18 @@ + + + + + + + + + + + @@ -1716,21 +2234,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1740,7 +2291,18 @@ + + + + + + + + + + + @@ -1758,6 +2320,14 @@ + + + + + + + + @@ -1766,6 +2336,14 @@ + + + + + + + + @@ -1774,6 +2352,14 @@ + + + + + + + + @@ -1782,11 +2368,24 @@ + + + + + + + + + + + + + @@ -1795,6 +2394,14 @@ + + + + + + + + @@ -1856,6 +2463,22 @@ + + + + + + + + + + + + + + + + @@ -1872,6 +2495,22 @@ + + + + + + + + + + + + + + + + @@ -1904,14 +2543,6 @@ - - - - - - - - @@ -1920,14 +2551,6 @@ - - - - - - - - @@ -1936,14 +2559,6 @@ - - - - - - - - @@ -1952,6 +2567,14 @@ + + + + + + + + @@ -2026,6 +2649,14 @@ + + + + + + + + @@ -2040,6 +2671,14 @@ + + + + + + + + @@ -2061,6 +2700,11 @@ + + + + + @@ -2138,10 +2782,23 @@ + + + + + + + + + + + + +