Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 1bb5a5f

Browse files
committed
decision_task_release: Do not run detekt and ktlint for releases.
1 parent fbe7289 commit 1bb5a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/taskcluster/decision_task_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def generate_build_task(version, artifacts_info):
5353
name="Android Components - Release ({})".format(version),
5454
description="Building and publishing release versions.",
5555
command=(checkout +
56-
' && ./gradlew --no-daemon clean test detekt ktlint '
56+
' && ./gradlew --no-daemon clean test '
5757
+ assemble_task +
5858
' docs uploadArchives zipMavenArtifacts'),
5959
features={

0 commit comments

Comments
 (0)