Skip to content

Commit 4c8c4e1

Browse files
committed
Use build greeting plugin.
1 parent 738d996 commit 4c8c4e1

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
@@ -24,6 +24,7 @@ plugins {
2424
jacoco
2525
`maven-publish`
2626
signing
27+
alias(libs.plugins.buildGreeting)
2728
alias(libs.plugins.cthingVersioning)
2829
alias(libs.plugins.cthingPublishing)
2930
alias(libs.plugins.dependencyAnalysis)

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ junit = "5.13.4"
66
spotbugs = "4.9.6"
77

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

0 commit comments

Comments
 (0)