Skip to content

Commit 18ee6dc

Browse files
authored
Prepare for Gradle Plugin release 4.1.0 (#482)
1 parent 0202a44 commit 18ee6dc

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/gradle-plugin-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
uses: gradle/actions/setup-gradle@v4
2929
- name: Check
3030
run: ./gradlew :gradle-plugin:plugin:check
31+
# If we build the plugin even just for testing we need the signing keys since they are required on non-snapshot builds
32+
env:
33+
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_signingKey }}
34+
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_signingPassword }}
3135
- name: Archive test reports
3236
uses: actions/upload-artifact@v4
3337
if: always()

gradle-plugin/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 4.1.0 - 2024-02-27
9+
- Drop support for AGP 7.X versions and Java 11, minimum version is now AGP 8.0.0 and Java 17
10+
811
## 4.0.9 - 2024-02-05
912
- Another fix for parsing git information on bitbucket [#442](https://github.com/EmergeTools/emerge-android/pull/442)
1013

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runtime-android = "1.7.6"
3030
foundation-layout-android = "1.7.6"
3131

3232
# internal
33-
emerge-gradle-plugin = "4.0.10-SNAPSHOT"
33+
emerge-gradle-plugin = "4.1.0"
3434
emerge-performance = "2.1.2"
3535
emerge-reaper = "1.0.0"
3636
emerge-snapshots = "1.3.3"

0 commit comments

Comments
 (0)