Skip to content

Commit c70f428

Browse files
committed
fix(jreleaser): add version number to plugin declaration
1 parent 705dfcc commit c70f428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import java.util.Calendar
55
plugins {
66
`maven-publish`
77
id("de.brendamour.java-conventions")
8-
id("org.jreleaser")
8+
id("org.jreleaser") version "1.21.0"
99
}
1010

1111
allprojects {

0 commit comments

Comments
 (0)