Skip to content

Commit

Permalink
fix: protobuf version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sishbi authored Apr 10, 2024
1 parent 6589b0a commit 1461471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id("kodypay.protobuf") version "2.0.0"
id("kodypay.protobuf") version "2.3.1"
}
apply(plugin = "kodypay.protobuf-grpc")
group = "com.kodypay.api.grpc"
kodypay {
javaSources = true
jvmTarget = "21"
jvmTarget = "11"
releaseStrategy = com.kodypay.plugin.release.KodypayStrategies.KP_DEFAULT
}
repositories { mavenCentral() }
Expand Down

0 comments on commit 1461471

Please sign in to comment.