Skip to content

Commit 85ceb06

Browse files
committed
Added back project section to fix error in local
1 parent 1530adb commit 85ceb06

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

archive.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ publishing {
4141
}
4242

4343
jreleaser {
44-
gitRootSearch = true
44+
project {
45+
name = 'Kelpie'
46+
description = 'A simple yet general framework for running end-to-end testing.'
47+
copyright = "${new Date().format('yyyy')} Scalar Labs"
48+
}
4549

4650
signing {
4751
active = 'ALWAYS'

0 commit comments

Comments
 (0)