Skip to content

Commit

Permalink
changed profile name to proper
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf-wizzdi committed Nov 7, 2024
1 parent c24628c commit cc73de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@

</dependencies>
</dependencyManagement>
<!-- things to do if running on JDK 8 -->
<!-- things to do if running on JDK 17 -->
<profiles>
<profile>
<id>java8-settings</id>
<id>java17-settings</id>
<activation>
<jdk>[17,)</jdk>
</activation>
Expand Down

0 comments on commit cc73de1

Please sign in to comment.