Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop duplicate
isSnapshot
variable in Gradle build script (#3413)
Publishing conventions plugin calculates `isSnapshot`: isSnapshot = project.version.toString().contains("SNAPSHOT") twice: 1. at the top of build script junitbuild.publishing-conventions.gradle.kts 2. in configuration of `Sign` tasks. Drop the second `val isSnapshot` to make `Sign` task configuration re-use the variable from the top of the script.
- Loading branch information