Skip to content

Commit

Permalink
Merge pull request #189 from MadhukaHarith92/main
Browse files Browse the repository at this point in the history
Add protoc tool to choreo extension
  • Loading branch information
madhukaw authored Aug 23, 2023
2 parents 5326e65 + 750cff2 commit fa3b16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ subprojects {
ballerinaStdLibs "io.ballerina.stdlib:grpc-ballerina:${stdlibGrpcVersion}"
ballerinaStdLibs "io.ballerina.stdlib:random-ballerina:${stdlibRandomVersion}"
ballerinaStdLibs "io.ballerina.stdlib:protobuf-ballerina:${stdlibProtobufVersion}"
ballerinaStdLibs "io.ballerina:protoc-tools:${protocToolVersion}"
}

checkstyle {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ stdlibTaskVersion=2.2.1
stdlibUrlVersion=2.2.1
stdlibRandomVersion=1.2.1
stdlibProtobufVersion=1.2.1
protocToolVersion=0.2.0-20230821-121200-8933a55

# Test Dependency Versions
testngVersion=7.6.1
Expand Down

0 comments on commit fa3b16c

Please sign in to comment.