You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entrypoint.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ if [[ -f "${INPUT_PROJECTBASEDIR%/}/pom.xml" ]]; then
25
25
to get more accurate results."
26
26
fi
27
27
28
-
if [[ -f"${INPUT_PROJECTBASEDIR%/}/build.gradle" ]];then
28
+
if [[ -f"${INPUT_PROJECTBASEDIR%/}/build.gradle"||-f"${INPUT_PROJECTBASEDIR%/}/build.gradle.kts"]];then
29
29
echo"WARNING! Gradle project detected. Sonar recommends using the SonarQube plugin for Gradle during the build process instead of using this GitHub Action
0 commit comments