Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle-8.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: gradle-8
version: 8.0.2 # When bumping this, also bump the provides below!
epoch: 2
version: 8.2.0-M1 # When bumping this, also bump the provides below!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rawlingsj FYI I suspect -M* releases are pre-release milestones.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8.1.1 still looks like latest https://gradle.org/releases/

epoch: 0
description: A Java project management and project comprehension tool.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -33,7 +33,7 @@ pipeline:
with:
repository: https://github.com/gradle/gradle
tag: v${{package.version}}
expected-commit: 7d6581558e226a580d91d399f7dfb9e3095c2b1d
expected-commit: 0f7d6b14b563ca06bfd34d2dde25d0f1f93279e3

- runs: |
# Do not use the gradle wrapper, ensure we're using the bootstrap version.
Expand Down