Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into renovate/plugin-mavenpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe authored Sep 8, 2023
2 parents bbad564 + 7518e53 commit 73aa55a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-build-snapshot-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Setup Android SDK
uses: bitfunk/[email protected]

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true

- name: Build
run: ./gradlew --no-daemon --stacktrace build

Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ci-pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
distribution: temurin
java-version: 11

- name: Setup Android SDK
uses: bitfunk/[email protected]

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Build
run: ./gradlew --no-daemon --stacktrace build

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ All project changes below.

See [changeset](https://github.com/bitfunk/gradle-plugins/compare/v0.2.0...main)

### Added

- Gradle Build Action to improve build performance

## [0.2.0](https://github.com/bitfunk/gradle-plugins/releases/tag/v0.2.0)

See [changeset](https://github.com/bitfunk/gradle-plugins/compare/v0.1.0...v0.2.0)
Expand Down
1 change: 1 addition & 0 deletions plugins/quality/formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-quality
### Bumped

- Spotless 6.15.0 -> 6.17.0
- KtLint 0.48.2 -> 0.49.0

## [0.2.0](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
ktlint = "0.48.2"
ktlint = "0.49.0"
spotless = "6.17.0"
gradlePluginConvention = "0.2.1"

Expand Down

0 comments on commit 73aa55a

Please sign in to comment.