Skip to content

Commit

Permalink
fixed build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Oct 29, 2023
1 parent 340813e commit e350447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/aem/common.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ plugins.withId("com.cognifide.aem.bundle") {
"implementation"("javax.inject:javax.inject:1")
"implementation"("javax.servlet:javax.servlet-api:3.1.0")
}
}
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ tasks {
apply(from = "gradle/common.gradle.kts")

fun formatVersion(version: String, position: ScmPosition) =
version + "-" + position.branch.replace("/", "").replace(".", "")
version + "-" + position.branch.replace("/", "").replace(".", "")

0 comments on commit e350447

Please sign in to comment.