Search Gradle plugins

xyz.jpenilla.resource-factory-paper-convention

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

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

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

Version 1.2.0 (latest)

1.2.0

Created 05 September 2024.

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

Add this plugin to your build using the plugins DSL:

plugins {
  id("xyz.jpenilla.resource-factory-paper-convention") version "1.2.0"
}

See also:

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