Skip to content

Commit

Permalink
Add a step to print the netty version selected (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgodave authored Jan 12, 2024
1 parent 43f2b4f commit 4322ffc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-netty-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: java -version
- name: Make gradlew Executable
run: chmod +x gradlew
- name: Print Netty Version
env:
ORG_GRADLE_PROJECT_nettyVersion: 4.1+
run: ./gradlew :servicetalk-grpc-netty:dependencyInsight --configuration testRuntimeClasspath --dependency io.netty:netty-codec-http2 | grep "io.netty:netty-codec-http2"
- name: Build and Test
env:
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
Expand Down

0 comments on commit 4322ffc

Please sign in to comment.