Skip to content

Commit

Permalink
just hide the java folder
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Dec 23, 2024
1 parent c3069d3 commit 1871fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Initial Build
run: ./mvnw install -DskipTests
- name: Hide core's main
run: rm -rf core/src/main
run: rm -rf core/src/main/java
- name: Apply rewrites
run: |
./mvnw -e -U org.openrewrite.maven:rewrite-maven-plugin:run \
Expand Down

0 comments on commit 1871fc4

Please sign in to comment.