Skip to content

Commit

Permalink
Exclude README.md from java-version fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Oct 1, 2024
1 parent f41ac40 commit 682d3a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fragments/java-version/accelerator.axl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
engine {

applyTo("README.md") {
UniquePath(strategy: FavorForeign)
}

applyTo("pom.xml") {
ReplaceText(regex: {pattern: "<java.version>.*<", with: '<java.version>' + #javaVersion + '<'})
}
Expand Down

0 comments on commit 682d3a0

Please sign in to comment.