Skip to content

Commit

Permalink
feat:add graal native image profile for logback library
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng committed Jan 11, 2024
1 parent 64838cd commit f155d99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
'.github/blunderbuss.yml',
'CONTRIBUTING.md',
'.github/auto-label.yaml',
".github/release-please.yml",
".kokoro/build.sh"
".github/release-please.yml"
])

# --------------------------------------------------------------------------
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>native</id>
<properties>
<test>!LoggingAppenderTest</test>
</properties>
</profile>
</profiles>
</project>

0 comments on commit f155d99

Please sign in to comment.