Skip to content

Commit 1f532cd

Browse files
committed
Disable more tasks
Signed-off-by: Craig Perkins <[email protected]>
1 parent 7744b17 commit 1f532cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/agent-sm/agent-policy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ base {
2020
archivesName = 'opensearch-agent-policy'
2121
}
2222

23-
disableTasks('forbiddenApisMain')
23+
disableTasks('forbiddenApisMain', 'forbiddenApisTest', 'testingConventions')
2424

2525
dependencies {
2626
testImplementation libs.junit

0 commit comments

Comments
 (0)