Run tests against latest Gradle RC/nightly #198
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: "Run tests against latest Gradle RC/nightly" | |
| on: | |
| schedule: | |
| - cron: '3 1 * * 5' | |
| workflow_dispatch: | |
| inputs: | |
| gradle-version: | |
| description: "A specific Gradle version to test against" | |
| default: "-" | |
| required: false | |
| jobs: | |
| build: | |
| uses: KyoriPowered/.github/.github/workflows/shared-test-gradle-rc.yaml@trunk | |
| with: | |
| gradle_version: "${{ inputs.gradle-version }}" | |
| injected_version_path: 'indra-testlib/src/main/resources/' |