Search Gradle plugins

Version 4.5.0-beta2

4.5.0-beta2

Created 12 September 2022.

Plugin for HMPPS Spring Boot microservice configuration

Add this plugin to your build using the plugins DSL:

plugins {
  id("uk.gov.justice.hmpps.gradle-spring-boot") version "4.5.0-beta2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("uk.gov.justice.hmpps.gradle:dps-gradle-spring-boot:4.5.0-beta2")
      }
    }
    
    apply(plugin = "uk.gov.justice.hmpps.gradle-spring-boot")
  • Applying plugins to all subprojects .