Search Gradle plugins

Version 2.4.0-5-0afb3a5a

2.4.0-5-0afb3a5a

Created 03 November 2023.

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.4.0-5-0afb3a5a"
}

See also:

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