Skip to content

Commit

Permalink
Update gradle shadow 7.0.0 -> 7.1.1 (#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmitch authored and idelpivnitskiy committed Jan 11, 2022
1 parent 1b837f0 commit b04b8ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protobufGradlePluginVersion=0.8.18
protobufVersion=3.19.1
protoGoogleCommonProtosVersion=2.7.0
javaPoetVersion=1.13.0
shadowPluginVersion=7.0.0
shadowPluginVersion=7.1.1

# Test dependencies
jmhCoreVersion=1.33
Expand Down
12 changes: 4 additions & 8 deletions servicetalk-grpc-protoc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2019 Apple Inc. and the ServiceTalk project authors
* Copyright © 2019, 2021 Apple Inc. and the ServiceTalk project authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,16 +14,12 @@
* limitations under the License.
*/

buildscript {
dependencies {
classpath "gradle.plugin.com.github.jengelman.gradle.plugins:shadow:$shadowPluginVersion"
classpath "com.google.protobuf:protobuf-gradle-plugin:$protobufGradlePluginVersion"
}
plugins {
id "com.github.johnrengelman.shadow" version "$shadowPluginVersion"
id "com.google.protobuf" version "$protobufGradlePluginVersion"
}

apply plugin: "io.servicetalk.servicetalk-gradle-plugin-internal-library"
apply plugin: "com.github.johnrengelman.shadow"
apply plugin: "com.google.protobuf"

dependencies {
testImplementation enforcedPlatform("org.junit:junit-bom:$junit5Version")
Expand Down

0 comments on commit b04b8ff

Please sign in to comment.