搜索 Gradle 插件

io.github.juuxel.loom-quiltflower

所有者: Juuz

为使用 Fabric Loom (或其分支) 进行 Minecraft 模块开发的工程项目添加 Quiltflower 反编译器。

https://github.com/Juuxel/loom-vineflower

源代码: https://github.com/Juuxel/LoomQuiltflower

版本 1.11.0 (最新版)

1.11.0

创建于 2023 年 7 月 11 日。

`io.github.juuxel.loom-vineflower` 的废弃别称。为使用 Fabric Loom (或其分支) 进行 Minecraft 模块开发的工程项目添加 Vineflower 反编译器。

使用 插件 DSL

plugins {
  id("io.github.juuxel.loom-quiltflower") version "1.11.0"
}

使用 旧插件应用程序

buildscript {
  repositories {
    maven {
      url = uri("https://plugins.gradle.org.cn/m2/")
    }
  }
  dependencies {
    classpath("io.github.juuxel:loom-vineflower:1.11.0")
  }
}

apply(plugin = "io.github.juuxel.loom-quiltflower")

使用 插件 DSL

plugins {
  id "io.github.juuxel.loom-quiltflower" version "1.11.0"
}

使用 旧插件应用程序

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org.cn/m2/"
    }
  }
  dependencies {
    classpath "io.github.juuxel:loom-vineflower:1.11.0"
  }
}

apply plugin: "io.github.juuxel.loom-quiltflower"

学习如何将插件应用于子项目