Skip to content

Commit 241ef1c

Browse files
authored
Stop using the kotlinCheck Gradle task from ssdlc-report.sh (#1574)
This Gradle task was removed.
1 parent 103815f commit 241ef1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/ssdlc-report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ printf "\nCreating SpotBugs SARIF reports\n"
6565
set +e
6666
# This `gradlew` command is expected to exit with a non-zero exit status,
6767
# because it reports all the findings that we normally explicitly exclude as "No Fix Needed"/"False Positive".
68-
./gradlew -PssdlcReport.enabled=true --continue -x test -x integrationTest -x spotlessApply check scalaCheck kotlinCheck
68+
./gradlew -PssdlcReport.enabled=true --continue -x test -x integrationTest -x spotlessApply check scalaCheck
6969
set -e
7070
printf "\nSpotBugs created the following SARIF reports\n"
7171
IFS=$'\n'

0 commit comments

Comments
 (0)