Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactor/reactor-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.4
Choose a base ref
...
head repository: reactor/reactor-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.5
Choose a head ref

Commits on Mar 12, 2024

  1. Copy the full SHA
    8d879a7 View commit details
  2. [build] Upgrade 3.4.x to Gradle 8.6 (#3745)

    This is a backport of Gradle 8 upgrade that was introduced in 3.6.x. It
    aims to ease development and bring consistency.
    
    It also involves upgrade of the Kotlin compiler to 1.8, however still
    targetting 1.3. In 1.9 that support has been removed, so 1.8 will remain
    in 3.4. In 3.5 there are no kotlin extensions, they are part of
    reactior-kotlin-extensions project.
    
    ---------
    
    Co-authored-by: Oleh Dokuka <5380167+OlegDokuka@users.noreply.github.com>
    chemicL and OlegDokuka authored Mar 12, 2024
    Copy the full SHA
    237d8c9 View commit details
  3. Merge #3745 into 3.5.16

    chemicL committed Mar 12, 2024
    Copy the full SHA
    0fd38b8 View commit details
  4. Merge #3745 into 3.6.5

    chemicL committed Mar 12, 2024
    Copy the full SHA
    7aacccc View commit details
  5. Copy the full SHA
    4f58a81 View commit details
  6. Copy the full SHA
    7d2af90 View commit details
  7. Copy the full SHA
    2ad2c81 View commit details

Commits on Mar 13, 2024

  1. [build] Fix dependabot config (#3746)

    Previous attempt to group enhancement dependency updates separately from
    build/test dependency bumps failed as Dependabot requires a unique
    combination of 'package-ecosystem', 'directory', and 'target-branch'.
    
    Perhaps this ability will be implemented in the future via
    dependabot/dependabot-core#1778.
    chemicL authored Mar 13, 2024
    Copy the full SHA
    19628d7 View commit details
  2. Merge #3746 into 3.5.16

    chemicL committed Mar 13, 2024
    Copy the full SHA
    1f674a1 View commit details
  3. Merge #3746 into 3.6.5

    chemicL committed Mar 13, 2024
    Copy the full SHA
    349648a View commit details
  4. Bump de.undercouch.download from 5.5.0 to 5.6.0 (#3734)

    Bumps de.undercouch.download from 5.5.0 to 5.6.0.
    
    ---
    updated-dependencies:
    - dependency-name: de.undercouch.download
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 13, 2024
    Copy the full SHA
    05c45c3 View commit details
  5. Merge #3734 into 3.5.16

    chemicL committed Mar 13, 2024
    Copy the full SHA
    f212d94 View commit details
  6. Merge #3734 into 3.6.5

    chemicL committed Mar 13, 2024
    Copy the full SHA
    5533562 View commit details
  7. [build] Use 'sanity' mode for JCStress for CI (#3748)

    This should improve the duration of the regular CI (PRs and merges).
    chemicL authored Mar 13, 2024
    Copy the full SHA
    4282c8a View commit details
  8. Merge #3748 into 3.5.16

    chemicL committed Mar 13, 2024
    Copy the full SHA
    7242902 View commit details
  9. Merge #3748 into 3.6.5

    chemicL committed Mar 13, 2024
    Copy the full SHA
    fe23f17 View commit details
  10. Bump byteBuddyVersion from 1.14.11 to 1.14.12 (#3729)

    Bumps `byteBuddyVersion` from 1.14.11 to 1.14.12.
    
    Updates `net.bytebuddy:byte-buddy` from 1.14.11 to 1.14.12
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.14.11...byte-buddy-1.14.12)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.14.11 to 1.14.12
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.14.11...byte-buddy-1.14.12)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 13, 2024
    Copy the full SHA
    ea39640 View commit details
  11. Merge #3729 into 3.5.16

    chemicL committed Mar 13, 2024
    Copy the full SHA
    a5bf1a1 View commit details
  12. Merge #3729 into 3.6.5

    chemicL committed Mar 13, 2024
    Copy the full SHA
    1c57125 View commit details

Commits on Mar 14, 2024

  1. [build] Switch gradle-build-action to setup-gradle (#3750)

    gradle/gradle-build-action has been superseded by
    gradle/actions/setup-gradle
    
    Supersedes #3728
    chemicL authored Mar 14, 2024
    Copy the full SHA
    ab9af88 View commit details
  2. Merge #3750 into 3.5.16

    chemicL committed Mar 14, 2024
    Copy the full SHA
    ea09f05 View commit details
  3. Merge #3750 into 3.6.5

    chemicL committed Mar 14, 2024
    Copy the full SHA
    a7d3bea View commit details

Commits on Mar 15, 2024

  1. [build] Freeze Artifactory Gradle Plugin at 4.x (#3753)

    The upgrade to 5.x causes collisions with the Kotlin plugin. Perhaps
    once 3.4.x is no longer supported we can make the bump. For now it shall
    be ignored by Dependabot.
    
    Supersedes #3730
    chemicL authored Mar 15, 2024
    Copy the full SHA
    75139bd View commit details
  2. Merge #3753 into 3.5.16

    chemicL committed Mar 15, 2024
    Copy the full SHA
    970d944 View commit details
  3. Merge #3753 into 3.6.5

    chemicL committed Mar 15, 2024
    Copy the full SHA
    d035b11 View commit details
  4. Copy the full SHA
    b7245b7 View commit details
  5. Merge #3757 into 3.5.16

    chemicL committed Mar 15, 2024
    Copy the full SHA
    6dc6a0a View commit details
  6. Merge #3757 into 3.6.5

    chemicL committed Mar 15, 2024
    Copy the full SHA
    249fefb View commit details
  7. Copy the full SHA
    99b61f9 View commit details
  8. Merge #3758 into 3.6.5

    chemicL committed Mar 15, 2024
    Copy the full SHA
    b9aa385 View commit details
  9. Bump actions/setup-java from 4.0.0 to 4.2.1 in /.github/workflows (#3754

    )
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.2.1.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@387ac29...99b8673)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 15, 2024
    Copy the full SHA
    cf81b2f View commit details
  10. Copy the full SHA
    1d9994c View commit details
  11. Merge #3754 into 3.5.16

    chemicL committed Mar 15, 2024
    Copy the full SHA
    4338ede View commit details
  12. Copy the full SHA
    e6f6d47 View commit details
  13. Merge #3754 into 3.6.5

    chemicL committed Mar 15, 2024
    Copy the full SHA
    ae7a989 View commit details

Commits on Mar 19, 2024

  1. Copy the full SHA
    68e2ca9 View commit details
  2. Merge #3761 into 3.6.5

    chemicL committed Mar 19, 2024
    Copy the full SHA
    21a2fa6 View commit details
  3. Copy the full SHA
    19fd40a View commit details
  4. Copy the full SHA
    8546893 View commit details

Commits on Mar 20, 2024

  1. [build] Parallelize tests (#3764)

    Introduces parallel gradle execution of all the modules. Also, runs
    JUnit tests in parallel.
    
    With this change the JUnit tests run faster. This removes the need for
    separating "slow" tests in CI and during publishing. Also, because the
    modules are executed in parallel, the overall time is better. As an
    expected outcome, our Gradle workflow files should be simplified.
    
    Resolves #2270
    chemicL authored Mar 20, 2024
    Copy the full SHA
    0c0493a View commit details
  2. Merge #3764 into 3.5.16

    chemicL committed Mar 20, 2024
    Copy the full SHA
    f663a19 View commit details
  3. Merge #3764 into 3.6.5

    chemicL committed Mar 20, 2024
    Copy the full SHA
    9403ead View commit details
  4. Copy the full SHA
    2e0e6ce View commit details
  5. Copy the full SHA
    4c4f6fa View commit details
  6. [test] Observe more outcomes in DefaultTestSubscriberTest (#3766)

    Increased the number of loops in the tests to provide more diversity and
    avoid all cases being "interesting". Also, the assertion assumes all
    results can be interesting, not just a subset.
    
    Resolves #3749
    chemicL authored Mar 20, 2024
    Copy the full SHA
    95b2ee7 View commit details
  7. Merge #3766 into 3.5.16

    chemicL committed Mar 20, 2024
    Copy the full SHA
    8d18960 View commit details
  8. Merge #3766 into 3.6.5

    chemicL committed Mar 20, 2024
    Copy the full SHA
    67e4658 View commit details
  9. [test] Ignore bufferTimeout discard validation (#3767)

    Until #3531 is resolved the bufferTimeout discard support validation can
    be ignored to avoid build failures.
    chemicL authored Mar 20, 2024
    Copy the full SHA
    70339f5 View commit details
  10. Merge #3767 into 3.6.5

    chemicL committed Mar 20, 2024
    Copy the full SHA
    a7ccfe8 View commit details
  11. [build] Rename and refactor nightly.yml -> full.yml (#3768)

    Simplifying the nightly.yml workflow to reflect snapshot.yml workflow
    file. The file is renamed to full.yml.
    chemicL authored Mar 20, 2024
    Copy the full SHA
    3fafbe6 View commit details
28 changes: 9 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,27 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
labels:
"type/enhancement"
reviewers:
- "reactor/core-team"
target-branch: "3.4.x"
allow:
- dependency-name: "org.reactivestreams:*"
- dependency-name: "net.bytebuddy:*"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
labels:
- "type/dependency-upgrade"
- "status/need-triage"
reviewers:
- "reactor/core-team"
# updates in oldest maintenance branch, we'll forward-merge up to main
# updates in the oldest maintenance branch, we'll forward-merge up to main
target-branch: "3.4.x"
ignore:
# Updated by the enhancement type grouping
- dependency-name: "org.reactivestreams:*"
- dependency-name: "net.bytebuddy:*"
# JSR166 backport is fixed
- dependency-name: "io.projectreactor:jsr166"
# JSR305 backport is fixed to last version with annotations (3.0.1)
- dependency-name: "com.google.code.findbugs:jsr305"
# don't update Micrometer
# Micrometer is updated manually
- dependency-name: "io.micrometer:*"
# Kotlin: stay on 1.5
# Kotlin: stay on 1.8 to allow support for 1.3 target
- dependency-name: "org.jetbrains.kotlin*"
versions:
- ">= 1.6.a"
- ">= 1.9.a"
# SLF4J: don't upgrade to v2
- dependency-name: "org.slf4j:slf4j-api"
versions:
@@ -60,6 +46,10 @@ updates:
- dependency-name: "biz.aQute.bnd.builder:biz.aQute.bnd.builder.gradle.plugin"
versions:
- ">= 7.0.a"
# artifactory: don't upgrade to v5 (collides with Kotlin plugin) - Remove once 3.4 is out of support
- dependency-name: "com.jfrog.artifactory:com.jfrog.artifactory.gradle.plugin"
versions:
- ">= 5.0.a"
- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
1 change: 1 addition & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ changelog:
labels:
- ignore-changelog
- type/test
- type/test/flaky
- type/chores
- type/dependency-upgrade
categories:
155 changes: 35 additions & 120 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -11,33 +11,33 @@ jobs:
with:
fetch-depth: 0 #needed by spotless
- name: Download JDK 9
if: ${{ github.base_ref == 'main' }}
if: contains('main 3.6.x', github.base_ref)
run: ${GITHUB_WORKSPACE}/.github/setup.sh
shell: bash
- name: Setup JDK 9
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
if: contains('main 3.6.x', github.base_ref)
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'jdkfile'
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- name: Setup JDK 21
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
if: contains('main 3.6.x', github.base_ref)
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'temurin'
java-version: 21
- name: Setup JDK 8
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'temurin'
java-version: 8
- uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # tag=v2
- uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # tag=v3
name: spotless (license header)
if: always()
with:
arguments: spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
- uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # tag=v2
- uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # tag=v3
name: api compatibility
if: always()
with:
@@ -57,132 +57,47 @@ jobs:
echo -e " \033[38;5;0;48;5;255m ./gradlew japicmp \033[0m"
echo ""
exit -1
core-fast:
name: core fast tests
run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
test-type:
- type: core
arguments: ":reactor-core:test --no-daemon"
- type: core-java21
arguments: ":reactor-core:java21Test --no-daemon"
- type: core-java9
arguments: ":reactor-core:java9Test --no-daemon"
- type: other
arguments: "check -x :reactor-core:test -x :reactor-core:java21Test -x :reactor-core:java9Test -x spotlessCheck -Pjcstress.mode=sanity --no-daemon"
name: ${{ matrix.test-type.type }} tests
needs: preliminary
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4
- name: Download JDK 9
if: ${{ github.base_ref == 'main' }}
- name: Download Java 9
if: contains('main 3.6.x', github.base_ref)
run: ${GITHUB_WORKSPACE}/.github/setup.sh
shell: bash
- name: Setup JDK 9
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
- name: Setup Java 9
if: contains('main 3.6.x', github.base_ref)
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'jdkfile'
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- name: Setup JDK 21
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
- name: Setup Java 21
if: contains('main 3.6.x', github.base_ref)
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'temurin'
java-version: 21
- name: Setup JDK 8
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
- name: Setup Java 8
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'temurin'
java-version: 8
- uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # tag=v2
name: gradle
- uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # tag=v3
name: Run Gradle Tests
with:
arguments: :reactor-core:test --no-daemon -Pjunit-tags=!slow
java-21-core-fast:
if: ${{ github.base_ref == 'main' }}
name: Java 21 core fast tests
runs-on: ubuntu-latest
needs: preliminary
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4
- name: Download JDK 9
if: ${{ github.base_ref == 'main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
shell: bash
- name: Setup JDK 9
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
with:
distribution: 'jdkfile'
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- name: Setup JDK 21
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
with:
distribution: 'temurin'
java-version: 21
- name: Setup JDK 8
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
with:
distribution: 'temurin'
java-version: 8
- uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # tag=v2
name: gradle
with:
arguments: :reactor-core:java21Test --no-daemon -Pjunit-tags=!slow
core-slow:
name: core slower tests
runs-on: ubuntu-latest
needs: preliminary
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4
- name: Download JDK 9
if: ${{ github.base_ref == 'main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
shell: bash
- name: Setup JDK 9
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
with:
distribution: 'jdkfile'
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- name: Setup JDK 21
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
with:
distribution: 'temurin'
java-version: 21
- name: Setup JDK 8
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
with:
distribution: 'temurin'
java-version: 8
- uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # tag=v2
name: gradle
with:
arguments: :reactor-core:test --no-daemon -Pjunit-tags=slow
other:
name: other tests
runs-on: ubuntu-latest
needs: preliminary
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4
- name: Download JDK 9
if: ${{ github.base_ref == 'main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
shell: bash
- name: Setup JDK 9
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
with:
distribution: 'jdkfile'
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- name: Setup JDK 21
if: ${{ github.base_ref == 'main' }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
with:
distribution: 'temurin'
java-version: 21
- name: Setup JDK 8
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # tag=v3
with:
distribution: 'temurin'
java-version: 8
- uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # tag=v2
name: other tests
with:
arguments: check -x :reactor-core:test -x :reactor-core:java9Test -x :reactor-core:java21Test -x spotlessCheck --no-daemon -Pjcstress.mode=sanity
arguments: ${{ matrix.test-type.arguments }}
53 changes: 53 additions & 0 deletions .github/workflows/full.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Full Check

on:
workflow_dispatch:
schedule:
- cron: "0 14 * * 0"
permissions: read-all
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
branch: [ 3.5.x, 3.6.x, main ]
test-type:
- type: core
arguments: ":reactor-core:test --no-daemon"
- type: other # includes java21Test and java9Test for 3.6+
arguments: "check -x :reactor-core:test -x spotlessCheck -x :reactor-core:jcstress --no-daemon"
- type: jcstress
arguments: ":reactor-core:jcstress -Pjcstress.mode=quick --no-daemon"
name: Test on ${{ matrix.branch }} - ${{ matrix.test-type.type }} tests
steps:
- name: Checkout Repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
with:
ref: ${{ matrix.branch }}
- name: Download Java 9
if: contains('main 3.6.x', matrix.branch)
run: ${GITHUB_WORKSPACE}/.github/setup.sh
shell: bash
- name: Setup Java 9
if: contains('main 3.6.x', matrix.branch)
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'jdkfile'
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- name: Setup Java 21
if: contains('main 3.6.x', matrix.branch)
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'temurin'
java-version: 21
- name: Setup Java 8
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'temurin'
java-version: 8
- name: Run Gradle Tests
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # tag=v3
with:
arguments: ${{ matrix.test-type.arguments }}
Loading