Skip to content

Commit

Permalink
fix aem plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-rudnouski committed Aug 16, 2024
1 parent d403cb6 commit cb03fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ branch_pversion: "{% if sonar_version is version(\"10.6\", \">=\") %}1.21.0\
{% else %}0.0.0\
{% endif %}"

aem_pversion: "{% if sonar_version is version(\"8.9\", \">=\") %}1.6\
aem_pversion: "{% if sonar_version is version(\"10.5\", \">=\") %}0.0.0\
{% elif sonar_version is version(\"8.9\", \">=\") %}1.6\
{% else %}1.3\
{% endif %}"

Expand Down

0 comments on commit cb03fbb

Please sign in to comment.