Skip to content

#971 Remove field injectors, #973 Dependency graph rewrite, #974 Factory assisted injection deprecation, and #975 Explicit post processing methods #163

#971 Remove field injectors, #973 Dependency graph rewrite, #974 Factory assisted injection deprecation, and #975 Explicit post processing methods

#971 Remove field injectors, #973 Dependency graph rewrite, #974 Factory assisted injection deprecation, and #975 Explicit post processing methods #163

Workflow file for this run

name: Hartshorn Gradle Plugins
on: pull_request
jobs:
license:
name: License check
runs-on: ubuntu-latest
defaults:
run:
working-directory: gradle/plugins
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Check license headers
run: ./gradlew checkLicenses
test:
needs: [license]
name: Verify Gradle Plugins
runs-on: ubuntu-latest
defaults:
run:
working-directory: gradle/plugins
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Verify plugins
run: ./gradlew test