File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3030 find : ${{ env.CURRENT_VERSION }}
3131 replace : ${{ github.event.inputs.targetRelease }}
3232 regex : false
33- include : " **/* pom.xml"
33+ include : " pom.xml"
3434 - name : Find and Replace ${{ env.CURRENT_VERSION }} with ${{ github.event.inputs.targetRelease }} in build.gradle
3535 uses : jacobtomlinson/gha-find-replace@v2
3636 with :
Original file line number Diff line number Diff line change 5454 <groupId >com.amazonaws</groupId >
5555 <artifactId >aws-lambda-java-core</artifactId >
5656 </dependency >
57- <dependency >
58- <groupId >com.fasterxml.jackson.core</groupId >
59- <artifactId >jackson-databind</artifactId >
60- </dependency >
6157 <dependency >
6258 <groupId >org.aspectj</groupId >
6359 <artifactId >aspectjrt</artifactId >
You can’t perform that action at this time.
0 commit comments