搜索Gradle插件

com.huanshankeji.default-material-web-frontend-conventions

所有者: Shreck Ye

(尚未实现) 使用Compose for Web、kotlinx.html HTML生成和Material Design的默认Web前端约定

https://github.com/huanshankeji/gradle-common

来源:https://github.com/huanshankeji/gradle-common.git

版本 0.5.1 (最新版本)

0.5.1

创建于 2024年3月15日。

(尚未实现) 使用Compose for Web、kotlinx.html HTML生成和Material Design的默认Web前端约定

使用 plugins DSL

plugins {
  id("com.huanshankeji.default-material-web-frontend-conventions") version "0.5.1"
}

使用 旧插件应用

buildscript {
  repositories {
    maven {
      url = uri("https://plugins.gradle.org.cn/m2/")
    }
  }
  dependencies {
    classpath("com.huanshankeji:architecture-common-gradle-plugins:0.5.1")
  }
}

apply(plugin = "com.huanshankeji.default-material-web-frontend-conventions")

使用 plugins DSL

plugins {
  id "com.huanshankeji.default-material-web-frontend-conventions" version "0.5.1"
}

使用 旧插件应用

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org.cn/m2/"
    }
  }
  dependencies {
    classpath "com.huanshankeji:architecture-common-gradle-plugins:0.5.1"
  }
}

apply plugin: "com.huanshankeji.default-material-web-frontend-conventions"

学习如何应用插件到子项目