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 2019022115128d6fdea (latest)

2019022115128d6fdea

Created 21 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 "2019022115128d6fdea"
}

See also:

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