Skip to content

Check Reactor Netty 1.1.x with Reactor Core 3.6 SNAPSHOTS #223

Check Reactor Netty 1.1.x with Reactor Core 3.6 SNAPSHOTS

Check Reactor Netty 1.1.x with Reactor Core 3.6 SNAPSHOTS #223

name: Check Reactor Netty 1.1.x with Reactor Core 3.6 SNAPSHOTS
on:
schedule:
- cron: "0 14 * * *"
permissions: read-all
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
with:
ref: '1.1.x'
- name: Set up JDK 1.8
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
distribution: 'temurin'
java-version: '8'
- name: Build with Gradle
run: ./gradlew clean check --no-daemon -PforceTransport=nio -PreactorCoreVersion='3.6.6-SNAPSHOT' -PforceContextPropagationVersion='1.1.0'