Skip to content

Commit

Permalink
[Build] Fix typo in Maven profile id
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored and akurtakov committed Mar 26, 2024
1 parent 33f2f85 commit 332eaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<profiles>
<profile>
<id>build-natitve-fragment</id>
<id>build-native-fragment</id>
<activation>
<file><!-- Only build the native fragment projects in this directory -->
<exists>META-INF/MANIFEST.MF</exists>
Expand Down

0 comments on commit 332eaf8

Please sign in to comment.