Skip to content

Commit

Permalink
fix: path issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed May 29, 2024
1 parent 4ecc5f3 commit 451a350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion java/algorithm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
<includes>
<include>pom.xml</include>
</includes>
<licenseHeader>
<file>${project.basedir}/../dev/license/asf-xml.license</file>
<delimiter>(&lt;configuration|&lt;project)</delimiter>
</licenseHeader>
</format>
<format>
<!-- configure license for java files -->
Expand All @@ -81,7 +85,7 @@
<style>GOOGLE</style>
</googleJavaFormat>
<licenseHeader>
<file>../dev/license/asf-java.license</file>
<file>${project.basedir}/../dev/license/asf-java.license</file>
<delimiter>package</delimiter>
</licenseHeader>
</java>
Expand Down
4 changes: 0 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -833,10 +833,6 @@
<configuration>
<pom>
<sortPom></sortPom>
<licenseHeader>
<file>../dev/license/asf-xml.license</file>
<delimiter>(&lt;configuration|&lt;project)</delimiter>
</licenseHeader>
</pom>
</configuration>
<executions>
Expand Down

0 comments on commit 451a350

Please sign in to comment.