Skip to content

Commit

Permalink
Fix settings to build with newer Java version (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
KodaiD authored Aug 15, 2024
1 parent 36cc4d6 commit 879baf1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies {
api "io.grpc:grpc-protobuf:${grpcVersion}"
api "io.grpc:grpc-stub:${grpcVersion}"
api "io.grpc:grpc-services:${grpcVersion}"
api "javax.annotation:javax.annotation-api:1.3.2"
}

protobuf {
Expand Down
9 changes: 0 additions & 9 deletions spring-data-multi-storage-transaction-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.1'
}

spotless {
java {
target 'src/*/java/**/*.java'
importOrder()
removeUnusedImports()
googleJavaFormat()
}
}

application {
mainClassName = 'sample.SampleApp'
}
Expand Down
9 changes: 0 additions & 9 deletions spring-data-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.1'
}

spotless {
java {
target 'src/*/java/**/*.java'
importOrder()
removeUnusedImports()
googleJavaFormat()
}
}

application {
mainClassName = 'sample.SampleApp'
}
Expand Down

0 comments on commit 879baf1

Please sign in to comment.