Skip to content

Support using transcoding in the use of random port #474

Support using transcoding in the use of random port

Support using transcoding in the use of random port #474

Workflow file for this run

name: Build
on:
push:
branches:
- main
- 3.2.x
- 3.1.x
- 2.7.x
pull_request:
branches:
- main
- 3.2.x
- 3.1.x
- 2.7.x
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build --no-daemon