Search Gradle plugins

xyz.jpenilla.resource-factory-bukkit-convention

Convention for xyz.jpenilla.resource-factory, registers a BukkitPluginYml to the main source set and adds it as the bukkitPluginYml extension

https://github.com/jpenilla/resource-factory

Sources: https://github.com/jpenilla/resource-factory

Version 0.0.5

0.0.5

Created 23 March 2024.

Convention for xyz.jpenilla.resource-factory, registers a BukkitPluginYml to the main source set and adds it as the bukkitPluginYml extension

Add this plugin to your build using the plugins DSL:

plugins {
  id("xyz.jpenilla.resource-factory-bukkit-convention") version "0.0.5"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("xyz.jpenilla:resource-factory:0.0.5")
      }
    }
    
    apply(plugin = "xyz.jpenilla.resource-factory-bukkit-convention")
  • Applying plugins to all subprojects .