Skip to content

Commit 0cd8cb7

Browse files
committed
Use build greeting plugin.
1 parent b3270b0 commit 0cd8cb7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ plugins {
2121
checkstyle
2222
`maven-publish`
2323
signing
24+
alias(libs.plugins.buildGreeting)
2425
alias(libs.plugins.cthingPublishing)
2526
alias(libs.plugins.cthingVersioning)
2627
alias(libs.plugins.dependencyAnalysis)

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ checkstyle = "11.0.1"
44
spotbugs = "4.9.6"
55

66
[plugins]
7+
buildGreeting = { id = "org.cthing.build-greeting", version = "1.0.0" }
78
cthingPublishing = { id = "org.cthing.cthing-publishing", version = "3.0.0" }
89
cthingVersioning = { id = "org.cthing.cthing-versioning", version = "3.1.0" }
910
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "3.0.4" }

0 commit comments

Comments
 (0)