CharlesAHunt / scalapb-gradle-plugin

Gradle Plugin for ScalaPB
12 stars 8 forks source link

The plugin is not compatible with Gradle 7+ #20

Open birukoff opened 3 years ago

birukoff commented 3 years ago

Configuration "compile" has been removed in Gradle 7, and now compilation fails with

Execution failed for task ':scalapb'.
> Configuration with name 'compile' not found.
jaybyrrd commented 3 years ago

+1.

borissmidt commented 2 years ago

You should use this plugin and configure the right artifact: https://github.com/google/protobuf-gradle-plugin https://github.com/scalapb/gradle-demo/blob/master/build.gradle

for zio, monix, fs2 or akka backends you have to set another artifact: for example https://github.com/scalapb/gradle-demo/blob/zio/build.gradle

So i think this repo is considered 'archived'.