Search Gradle plugins

Version 1.5.5

1.5.5

Created 29 November 2023.

Continuous Integration of app scanning using Guardsquare AppSweep.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.guardsquare.appsweep") version "1.5.5"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.guardsquare:appsweep-gradle:1.5.5")
      }
    }
    
    apply(plugin = "com.guardsquare.appsweep")
  • Applying plugins to all subprojects .