搜索 Gradle 插件

io.github.mugurell.autopublish

拥有者: []

消除自行车谚语烦恼(ktlint ™)的解决方案,用于在您自己的项目中使用本地项目!

https://github.com/Mugurell/Autopublish

来源: https://github.com/Mugurell/Autopublish

版本 0.9.2 (最新)

0.9.2

创建于 2023 年 8 月 5 日。

消除自行车谚语烦恼(ktlint ™)的解决方案,用于在您自己的项目中使用本地项目!

使用 插件 DSL

plugins {
  id("io.github.mugurell.autopublish") version "0.9.2"
}

使用 旧版插件应用

buildscript {
  repositories {
    maven {
      url = uri("https://plugins.gradle.org.cn/m2/")
    }
  }
  dependencies {
    classpath("io.github.mugurell.autopublish:plugin:0.9.2")
  }
}

apply(plugin = "io.github.mugurell.autopublish")

使用 插件 DSL

plugins {
  id "io.github.mugurell.autopublish" version "0.9.2"
}

使用 旧版插件应用

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org.cn/m2/"
    }
  }
  dependencies {
    classpath "io.github.mugurell.autopublish:plugin:0.9.2"
  }
}

apply plugin: "io.github.mugurell.autopublish"

了解如何将插件应用到子项目中