Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesrac committed Jun 17, 2024
1 parent 5f19b91 commit a4268a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import io.gitlab.arturbosch.detekt.Detekt
import org.springframework.boot.gradle.tasks.bundling.BootJar
import java.net.URI

group = "com.swisscom.health.des.cdr"
group = "cdr-client"
version = "2.1.2-SNAPSHOT"
java.sourceCompatibility = JavaVersion.VERSION_17

Expand Down Expand Up @@ -180,7 +180,7 @@ project.afterEvaluate {

tasks.register("publishVersion") {
group = "publishing"
description = "Publishes boot jar and distribution"
description = "Publishes distribution"
dependsOn(tasks.withType<PublishToMavenRepository>().matching {
it.repository == publishing.repositories["GitHubPackages"] && it.publication == publishing.publications["distribution"]
})
Expand Down

0 comments on commit a4268a7

Please sign in to comment.