Skip to content

Commit 6657e78

Browse files
authored
Fix Build Warning About Using basedir instead of project.basedir (Azure#23026)
1 parent c5ab72a commit 6657e78

File tree

1 file changed

+2
-2
lines changed
  • sdk/parents/azure-client-sdk-parent

1 file changed

+2
-2
lines changed

sdk/parents/azure-client-sdk-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@
861861
<name>generate-overview</name>
862862
</property>
863863
<file>
864-
<exists>${project.basedir}/${relative.path.to.eng.folder}/eng/pipelines/scripts/generate_overview_from_readme.py</exists>
864+
<exists>${basedir}/${relative.path.to.eng.folder}/eng/pipelines/scripts/generate_overview_from_readme.py</exists>
865865
</file>
866866
</activation>
867867
<build>
@@ -916,7 +916,7 @@
916916
<name>inject-codesnippets</name>
917917
</property>
918918
<file>
919-
<exists>${project.basedir}/${relative.path.to.eng.folder}/eng/pipelines/scripts/inject_codesnippets.py</exists>
919+
<exists>${basedir}/${relative.path.to.eng.folder}/eng/pipelines/scripts/inject_codesnippets.py</exists>
920920
</file>
921921
</activation>
922922
<build>

0 commit comments

Comments
 (0)