Search Gradle plugins

Version 1.1.1-27-9d19ac75

1.1.1-27-9d19ac75

Created 27 March 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 "1.1.1-27-9d19ac75"
}

See also:

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