Search Gradle plugins

Version 4.7.3

4.7.3

Created 13 December 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.7.3"
}

See also:

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