Search Gradle plugins

Version 2.0.0-17-7d9c38fa

2.0.0-17-7d9c38fa

Created 08 June 2021.

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 "2.0.0-17-7d9c38fa"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.lightbend.akka.grpc:akka-grpc-gradle-plugin:2.0.0-17-7d9c38fa")
      }
    }
    
    apply(plugin = "com.lightbend.akka.grpc.gradle")
  • Applying plugins to all subprojects .