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
{{ message }}
This repository was archived by the owner on Jul 25, 2025. It is now read-only.
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
apply plugin: 'java'
group = 'com.ca.apim.gateway.assertion'
version = '1.1.0'
description = 'This assertion adds a delay of X milliseconds to a policy. It effectively behaves as a sleep action during policy execution. It is intended be used for development and testing purposes only - not production.'
jar.baseName = 'DelayAssertion'
repositories {
mavenCentral()
flatDir {
dirs "lib"
}
}
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
configurations {
// dependencies that do not need to be bundled in the assertion's jar