Search Gradle plugins

Version 4.8.6-beta-4

4.8.6-beta-4

Created 26 April 2023.

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.8.6-beta-4"
}

See also:

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