Skip to content

Commit

Permalink
build: 开启2024.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shuigedeng committed Sep 15, 2024
1 parent 20c8bc2 commit 0518899
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions taotao-cloud-ddd-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies {
compileOnly "io.github.shuigedeng:taotao-boot-starter-grpc"

//https://search.maven.org/artifact/com.google.protobuf/protobuf-java
api "com.google.protobuf:protobuf-java:4.28.0"
api "com.google.protobuf:protobuf-java:4.28.1"
//https://search.maven.org/artifact/com.google.protobuf/protobuf-java-util
api "com.google.protobuf:protobuf-java-util:4.28.0"
api "com.google.protobuf:protobuf-javalite:4.28.0"
api "com.google.protobuf:protobuf-java-util:4.28.1"
api "com.google.protobuf:protobuf-javalite:4.28.1"

// 1.3.5 Java 9+ compatibility - Do NOT update to 2.0.0
// protobuf生成的代码带有javax.annotation.Generated 此注解只有在1.3.5中有 在2版本之后换成了jakarta.annotation.Generated
Expand All @@ -27,7 +27,7 @@ protobuf {
protoc {
//https://repo1.maven.org/maven2/com/google/protobuf/protoc/
//直接使用Maven Central上已经编译好的protoc编译器,
artifact = "com.google.protobuf:protoc:4.28.0"
artifact = "com.google.protobuf:protoc:4.28.1"
//指定本地已经安装的protoc编译器
//path = '/usr/local/bin/protoc'
}
Expand Down
4 changes: 2 additions & 2 deletions taotao-cloud-ddd-domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ dependencies {
api "com.googlecode.aviator:aviator:5.4.3"

//https://search.maven.org/artifact/com.google.protobuf/protobuf-java
api "com.google.protobuf:protobuf-java:4.28.0"
api "com.google.protobuf:protobuf-java:4.28.1"
//https://search.maven.org/artifact/com.google.protobuf/protobuf-java-util
api "com.google.protobuf:protobuf-java-util:4.28.0"
api "com.google.protobuf:protobuf-java-util:4.28.1"
//https://search.maven.org/artifact/com.googlecode.protobuf-java-format/protobuf-java-format
//api "com.googlecode.protobuf-java-format:protobuf-java-format:1.4"

Expand Down

0 comments on commit 0518899

Please sign in to comment.