Search Gradle plugins

Version 0.0.3

0.0.3

Created 26 February 2021.

ROX Configuration Gradle Plugin for Java Server

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.rollout.rox.configuration-java-server") version "0.0.3"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.io.rollout.rox:rox-configuration-plugin-java-server:0.0.3")
      }
    }
    
    apply(plugin = "io.rollout.rox.configuration-java-server")
  • Applying plugins to all subprojects .