Search Gradle plugins

Version 1.0.0-M1+37-732f2dee

1.0.0-M1+37-732f2dee

Created 15 June 2020.

Building streaming gRPC servers and clients on top of Akka Streams

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.lightbend.akka.grpc.gradle") version "1.0.0-M1+37-732f2dee"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.lightbend.akka.grpc:akka-grpc-gradle-plugin:1.0.0-M1+37-732f2dee")
      }
    }
    
    apply(plugin = "com.lightbend.akka.grpc.gradle")
  • Applying plugins to all subprojects .