Search Gradle plugins

Version 1.0.1-beta3

1.0.1-beta3

Created 02 November 2022.

Bukkit executor plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.vjh0107.bukkit-executor") version "1.0.1-beta3"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.vjh0107:bukkit-executor:1.0.1-beta3")
      }
    }
    
    apply(plugin = "com.vjh0107.bukkit-executor")
  • Applying plugins to all subprojects .