nebula-release-plugin icon indicating copy to clipboard operation
nebula-release-plugin copied to clipboard

Set version and create tag without running Java build

Open ETLJ opened this issue 1 month ago • 0 comments

In my CI setup I run tests in a separate stage and only if they pass I'd want to run a task that sets the version and creates the tag. If I run ./gradlew final or ./gradlew release, the Java build and tests run again. Do I just need to write custom logic to stop the build task from running when I run final or release?

ETLJ avatar Jan 01 '25 20:01 ETLJ