Search Gradle plugins

Version 1.0.5 (latest)

1.0.5

Created 15 October 2024.

Fabric Loom Extension Build Tool for Minecraft Mod, LittleMaidReBirth.

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.yukkuritaku.littlemaid-loom") version "1.0.5"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.yukkuritaku:littlemaid-loom:1.0.5")
      }
    }
    
    apply(plugin = "io.github.yukkuritaku.littlemaid-loom")
  • Applying plugins to all subprojects .