Skip to content

Commit

Permalink
disable that one test for valhalla
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Aug 29, 2024
1 parent 4ce30a2 commit 64f2839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jakarta-to-valhalla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ find . -type f -name 'pom.xml' -exec sed -i '' -e 's|<!-- Javadoc-No-Preview -->



sed -i 's|//@Disabled|@Disabled|g' ./inject-generator/src/test/java/io/avaje/inject/generator/InjectProcessorTest.java


1 change: 1 addition & 0 deletions valhalla-to-jakarta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ find . -type f -name 'pom.xml' -exec sed -i '' -e 's|--enable-preview -Dnet.byte
find . -type f -name 'pom.xml' -exec sed -i '' -e 's|<!-- VALHALLA-START -->|<!-- VALHALLA-START ___|g' {} +
find . -type f -name 'pom.xml' -exec sed -i '' -e 's|<!-- VALHALLA-END -->|____ VALHALLA-END -->|g' {} +
find . -type f -name 'pom.xml' -exec sed -i '' -e 's|<additionalOptions>--enable-preview</additionalOptions> <!-- Valhalla -->|<!-- Javadoc-No-Preview -->|g' {} +
sed -i 's|@Disabled|//@Disabled|g' ./inject-generator/src/test/java/io/avaje/inject/generator/InjectProcessorTest.java

0 comments on commit 64f2839

Please sign in to comment.