Skip to content

Commit

Permalink
Gradle 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Feb 5, 2024
1 parent 73d4381 commit 16026d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
distribution: temurin
java-version: 17
- name: Set up Gradle
uses: gradle/[email protected]
uses: gradle/actions/[email protected]
with:
gradle-version: 8.6-rc-1
gradle-version: 8.6
- 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 16026d7

Please sign in to comment.