Search Gradle plugins

com.squareup.misk-web-plugin

Web build tasks for to compile your Misk-Web tabs in a Gradle project.

https://github.com/square/misk-web

Sources: https://github.com/square/misk-web

Version 201902261411-fe46101

201902261411-fe46101

Created 26 February 2019.

Web build tasks for to compile your Misk-Web tabs in a Gradle project.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.squareup.misk-web-plugin") version "201902261411-fe46101"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.squareup.misk-web-plugin:misk-web-plugin:201902261411-fe46101")
      }
    }
    
    apply(plugin = "com.squareup.misk-web-plugin")
  • Applying plugins to all subprojects .