Search Gradle plugins

dev.simplix.helper.bukkit

Owner: Leonhard

Generate plugin.yml for Bukkit plugins based on the Gradle project

https://simplixsoft.com/

Sources: https://simplixsoft.com/

Version 1.0.1

1.0.1

Created 02 February 2022.

Generate plugin.yml for Bukkit plugins based on the Gradle project

Add this plugin to your build using the plugins DSL:

plugins {
  id("dev.simplix.helper.bukkit") version "1.0.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("dev.simplix.helper:plugin-yml:1.0.1")
      }
    }
    
    apply(plugin = "dev.simplix.helper.bukkit")
  • Applying plugins to all subprojects .