Skip to content

Commit 50b30d1

Browse files
authored
Upgrade protobuf-gradle-plugin (#190)
1 parent d27ace3 commit 50b30d1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object versions {
2424
const val kotlinxCollections = "0.3.5"
2525
const val kotlinxCoroutines = "1.6.4"
2626
const val protobuf = DEFAULT_PROTOBUF_VERSION
27-
const val protobufPlugin = "0.9.1"
27+
const val protobufPlugin = "0.9.4"
2828

2929
// Test
3030
const val jackson = "2.13.0"

buildSrc/src/main/kotlin/com/toasttab/protokt/gradle/ProtobufBuild.kt

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ internal fun configureProtobufPlugin(project: Project, ext: ProtoktExtension, bi
3131
project.apply(plugin = "com.google.protobuf")
3232

3333
project.configure<ProtobufExtension> {
34-
generatedFilesBaseDir = "${project.buildDir}/generated-sources"
35-
3634
configureSources(project, generatedFilesBaseDir)
3735

3836
protoc {

0 commit comments

Comments
 (0)