Search Gradle plugins

Version 0.1.1 (latest)

0.1.1

Created 14 May 2019.

Migrates JKS file(s) to PKCS12 format

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.rozaydin.migrate") version "0.1.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.rozaydin.migrateplugin:migrateplugin:0.1.1")
      }
    }
    
    apply(plugin = "org.rozaydin.migrate")
  • Applying plugins to all subprojects .