-
-
Notifications
You must be signed in to change notification settings - Fork 131
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersgradleAffects Gradle pluginsAffects Gradle pluginsreleasedIssue has been releasedIssue has been released
Milestone
Description
Task List
- Steps to reproduce provided
- Stacktrace (if present) provided
- Example that reproduces the problem (link to git repository is ideal)~~ This can be reproduced in any Gradle project using JReleaser
- Full description of the issue provided (see below)
Steps to Reproduce
- Run
./gradlew jreleaserConfig
in a project, observe output - Run
./gradlew jreleaserConfig
a second time, observe something like5 actionable tasks: 5 up-to-date
, and no output - Run
./gradlew jreleaserConfig --rerun-tasks
, observe output
Expected Behaviour
The task should have output every time, up-to-date or not.
Actual Behaviour
The task only provides output when forced to run.
Environment Information
- Operating System: macOS 15.6
- JReleaser Version: 1.18.0
- JDK Version: 17
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersgradleAffects Gradle pluginsAffects Gradle pluginsreleasedIssue has been releasedIssue has been released