Skip to content

Commit

Permalink
Gradle 8.8-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Apr 30, 2024
1 parent 16026d7 commit ba090ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Gradle
uses: gradle/actions/[email protected]
with:
gradle-version: 8.6
gradle-version: 8.8-rc-1
- run: "gradle build -Dorg.gradle.kotlin.dsl.skipMetadataVersionCheck=false --configuration-cache --warning-mode=fail -p 01_The_Settings_File/my-project"
- run: "gradle build -Dorg.gradle.kotlin.dsl.skipMetadataVersionCheck=false --configuration-cache --warning-mode=fail -p 02_The_Build_Files/my-project"
- run: "gradle build -Dorg.gradle.kotlin.dsl.skipMetadataVersionCheck=false --configuration-cache --warning-mode=fail -p 03_Plugins/my-project"
Expand Down

0 comments on commit ba090ff

Please sign in to comment.