Skip to content

Commit

Permalink
README.md: Swap to Gradle Plugins DSL
Browse files Browse the repository at this point in the history
The Plugins DSL has matured and is now preferred. It's also more terse,
which is nice.
  • Loading branch information
ejona86 committed Aug 30, 2019
1 parent efc14bd commit 19942ba
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Expand Up @@ -124,15 +124,8 @@ For protobuf-based codegen integrated with the Maven build system, you can use
For protobuf-based codegen integrated with the Gradle build system, you can use
[protobuf-gradle-plugin][]:
```gradle
apply plugin: 'com.google.protobuf'
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.8'
}
plugins {
id 'com.google.protobuf' version '0.8.8'
}
protobuf {
Expand Down

0 comments on commit 19942ba

Please sign in to comment.