Skip to content

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Dec 23, 2024
1 parent 3da5142 commit a2f613c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:
distribution: 'temurin'
server-id: central
cache: maven
- name: Initial Build
run: ./mvnw install -DskipTests
- name: Hide core's main
run: rm -rf core/src/main
- name: Apply rewrites
run: |
rm -rf core/src/main
./mvnw -e -U org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=dev.morphia.morphia:rewrite:3.0.0-SNAPSHOT \
-Drewrite.activeRecipes=dev.morphia.UpgradeToMorphia30
Expand Down

0 comments on commit a2f613c

Please sign in to comment.