Search Gradle plugins

Version 0.0.5.RELEASE

0.0.5.RELEASE

Created 10 June 2020.

NoHttp URLs

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.spring.nohttp") version "0.0.5.RELEASE"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE")
      }
    }
    
    apply(plugin = "io.spring.nohttp")
  • Applying plugins to all subprojects .