Skip to content

Commit

Permalink
update: version grpc 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DuyTC1811 committed Jul 31, 2023
1 parent 1492541 commit 879580e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 66 deletions.
42 changes: 0 additions & 42 deletions client/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +0,0 @@
plugins {
id 'java'
}

group = 'org.monkey'
version = '0.1-SNAPSHOT'

repositories {
mavenCentral()
}

dependencies {
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
}

test {
useJUnitPlatform()
}
10 changes: 5 additions & 5 deletions grpc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
plugins {
id 'idea'
id 'java'
id 'com.google.protobuf' version '0.8.18'
id 'com.google.protobuf' version '0.9.1'
}

group 'org.monkey'
version '0.1-SNAPSHOT'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 1.8
targetCompatibility = 1.8

def grpcVersion = '1.51.0'
def protobufVersion = '3.21.7'
def grpcVersion = '1.57.0'
def protobufVersion = '3.23.4'
def protocVersion = protobufVersion

repositories {
Expand Down

0 comments on commit 879580e

Please sign in to comment.