Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/grpc-jexpress-template/co…
Browse files Browse the repository at this point in the history
…m.google.protobuf-protobuf-java-3.25.5
  • Loading branch information
kingster authored Sep 27, 2024
2 parents 10377d0 + 3e31fc5 commit f8cd51d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,9 @@ applicationDistribution.into('bin') {
fileMode = 0755
}

task copyToLib(type: Copy) {
into "$buildDir/dependencies"
from configurations.runtimeClasspath
}

compileJava.dependsOn(copyToLib)

0 comments on commit f8cd51d

Please sign in to comment.