Search Gradle plugins

Version 1.7.4 (latest)

1.7.4

Created 09 June 2021.

Plugin for all A'therys Sponge plugins

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.atherys.gradle") version "1.7.4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.AtherysGradle:AtherysGradle:1.7.4")
      }
    }
    
    apply(plugin = "com.atherys.gradle")
  • Applying plugins to all subprojects .