Skip to content

Commit

Permalink
2.8-SNAPSHOT version and replace gradle-build-action with setup-gradl…
Browse files Browse the repository at this point in the history
…e action
  • Loading branch information
Quillraven committed May 6, 2024
1 parent 8f6cc7c commit 33c8984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
~/.konan/**/*
key: kotlin-konan-${{ runner.os }}

- uses: gradle/gradle-build-action@v3
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
arguments: build --stacktrace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
~/.konan/**/*
key: kotlin-konan-${{ runner.os }}

- uses: gradle/gradle-build-action@v3
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
arguments: publish --no-configuration-cache --no-parallel
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "io.github.quillraven.fleks"
version = "2.7"
version = "2.8-SNAPSHOT"

kotlin {
jvm {
Expand Down

0 comments on commit 33c8984

Please sign in to comment.