Skip to content

feat(custom-license-texts): Add "SAP Developer License Agreement" content #618

feat(custom-license-texts): Add "SAP Developer License Agreement" content

feat(custom-license-texts): Add "SAP Developer License Agreement" content #618

Workflow file for this run

name: Verification
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
verification:
runs-on: ubuntu-latest
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- name: Verify package configurations
run: ./gradlew -p tools/curations verifyPackageConfigurations
- name: Verify package curations
run: ./gradlew -p tools/curations verifyPackageCurations