Resolved issues involving publications #40
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
| # This file was generated using Kotlin DSL (.github/workflows/publish.main.kts). | |
| # If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file. | |
| # Generated with https://github.com/typesafegithub/github-workflows-kt | |
| name: 'Build, Cache then Publish' | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| env: | |
| ORG_GRADLE_PROJECT_mavenCentralUsername: '${{ secrets.ASOFT_NEXUS_USERNAME }}' | |
| ORG_GRADLE_PROJECT_mavenCentralPassword: '${{ secrets.ASOFT_NEXUS_PASSWORD }}' | |
| ORG_GRADLE_PROJECT_signingInMemoryKey: '${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEY }}' | |
| ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: '${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD }}' | |
| TARGETING_ALL: 'true' | |
| jobs: | |
| kotlinx-interoperable-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kotlinx-interoperable' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kotlinx-interoperable' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kotlinx-interoperable' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| lexi-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'lexi' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './lexi' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './lexi' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| kommander-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kommander' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kommander' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kommander' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| kevlar-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kevlar' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kevlar' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kevlar' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| kase-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kase' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kase' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kase' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| response-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'response' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './response' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './response' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| keep-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'keep' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './keep' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './keep' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| cinematic-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'cinematic' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './cinematic' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './cinematic' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| krono-core-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'krono-core' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './krono-core' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './krono-core' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| habitat-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'habitat' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './habitat' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './habitat' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| kiota-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kiota' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kiota' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kiota' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| neat-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'neat' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './neat' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './neat' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| symphony-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'symphony' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './symphony' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './symphony' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| nation-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'nation' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './nation' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './nation' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| sim-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'sim' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './sim' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './sim' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| captain-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'captain' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './captain' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './captain' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| raven-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'raven' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './raven' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './raven' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| status-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'status' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './status' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './status' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| krest-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'krest' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './krest' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './krest' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| kida-builder: | |
| runs-on: 'macos-latest' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kida' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'Updating package.lock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kida' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock' | |
| - id: 'step-4' | |
| name: 'Assuring package.lock is well updated' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kida' | |
| cache-disabled: 'true' | |
| arguments: 'kotlinUpgradePackageLock kotlinWasmUpgradePackageLock --rerun-tasks' | |
| rendezvous: | |
| runs-on: 'ubuntu-latest' | |
| needs: | |
| - 'kotlinx-interoperable-builder' | |
| - 'lexi-builder' | |
| - 'kommander-builder' | |
| - 'kevlar-builder' | |
| - 'kase-builder' | |
| - 'response-builder' | |
| - 'keep-builder' | |
| - 'cinematic-builder' | |
| - 'krono-core-builder' | |
| - 'habitat-builder' | |
| - 'kiota-builder' | |
| - 'neat-builder' | |
| - 'symphony-builder' | |
| - 'nation-builder' | |
| - 'sim-builder' | |
| - 'captain-builder' | |
| - 'raven-builder' | |
| - 'status-builder' | |
| - 'krest-builder' | |
| - 'kida-builder' | |
| steps: | |
| - id: 'step-0' | |
| run: 'echo "all builds completed. Beginning deployment"' | |
| kotlinx-interoperable-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kotlinx-interoperable' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing kotlinx-interoperable-exports' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kotlinx-interoperable' | |
| cache-disabled: 'true' | |
| arguments: ':kotlinx-interoperable-exports:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| lexi-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'lexi' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing lexi-api, lexi-console, lexi-file, lexi-configuration, lexi-formatters, lexi-test-android' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './lexi' | |
| cache-disabled: 'true' | |
| arguments: ':lexi-api:publishAllPublicationsToMavenCentral :lexi-console:publishAllPublicationsToMavenCentral :lexi-file:publishAllPublicationsToMavenCentral :lexi-configuration:publishAllPublicationsToMavenCentral :lexi-formatters:publishAllPublicationsToMavenCentral :lexi-test-android:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| kommander-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kommander' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing kommander-core, kommander-coroutines' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kommander' | |
| cache-disabled: 'true' | |
| arguments: ':kommander-core:publishAllPublicationsToMavenCentral :kommander-coroutines:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| kevlar-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kevlar' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing kevlar-core' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kevlar' | |
| cache-disabled: 'true' | |
| arguments: ':kevlar-core:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| kase-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kase' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing kase-core, kase-optional, kase-possible' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kase' | |
| cache-disabled: 'true' | |
| arguments: ':kase-core:publishAllPublicationsToMavenCentral :kase-optional:publishAllPublicationsToMavenCentral :kase-possible:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| response-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'response' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing response-core, response-ktor-server, response-ktor-client' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './response' | |
| cache-disabled: 'true' | |
| arguments: ':response-core:publishAllPublicationsToMavenCentral :response-ktor-server:publishAllPublicationsToMavenCentral :response-ktor-client:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| keep-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'keep' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing keep-api, keep-browser, keep-file, keep-mock' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './keep' | |
| cache-disabled: 'true' | |
| arguments: ':keep-api:publishAllPublicationsToMavenCentral :keep-browser:publishAllPublicationsToMavenCentral :keep-file:publishAllPublicationsToMavenCentral :keep-mock:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| cinematic-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'cinematic' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing cinematic-live-core, cinematic-live-kollections, cinematic-live-compose, cinematic-live-coroutines, cinematic-live-react, cinematic-live-test, cinematic-scene-core' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './cinematic' | |
| cache-disabled: 'true' | |
| arguments: ':cinematic-live-core:publishAllPublicationsToMavenCentral :cinematic-live-kollections:publishAllPublicationsToMavenCentral :cinematic-live-compose:publishAllPublicationsToMavenCentral :cinematic-live-coroutines:publishAllPublicationsToMavenCentral :cinematic-live-react:publishAllPublicationsToMavenCentral :cinematic-live-test:publishAllPublicationsToMavenCentral :cinematic-scene-core:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| krono-core-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'krono-core' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing krono-api, krono-kotlinx' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './krono-core' | |
| cache-disabled: 'true' | |
| arguments: ':krono-api:publishAllPublicationsToMavenCentral :krono-kotlinx:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| habitat-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'habitat' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing habitat-core' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './habitat' | |
| cache-disabled: 'true' | |
| arguments: ':habitat-core:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| kiota-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kiota' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing kiota-url, kiota-sse, kiota-file-core, kiota-file-system, kiota-file-virtual, kiota-file-compose, kiota-file-picker-core, kiota-file-picker-system, kiota-file-picker-virtual, kiota-file-manager-core, kiota-file-manager-system, kiota-file-manager-virtual, kiota-connection-core, kiota-connection-http, kiota-connection-manual' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kiota' | |
| cache-disabled: 'true' | |
| arguments: ':kiota-url:publishAllPublicationsToMavenCentral :kiota-sse:publishAllPublicationsToMavenCentral :kiota-file-core:publishAllPublicationsToMavenCentral :kiota-file-system:publishAllPublicationsToMavenCentral :kiota-file-virtual:publishAllPublicationsToMavenCentral :kiota-file-compose:publishAllPublicationsToMavenCentral :kiota-file-picker-core:publishAllPublicationsToMavenCentral :kiota-file-picker-system:publishAllPublicationsToMavenCentral :kiota-file-picker-virtual:publishAllPublicationsToMavenCentral :kiota-file-manager-core:publishAllPublicationsToMavenCentral :kiota-file-manager-system:publishAllPublicationsToMavenCentral :kiota-file-manager-virtual:publishAllPublicationsToMavenCentral :kiota-connection-core:publishAllPublicationsToMavenCentral :kiota-connection-http:publishAllPublicationsToMavenCentral :kiota-connection-manual:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| neat-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'neat' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing neat-validation, neat-formatting' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './neat' | |
| cache-disabled: 'true' | |
| arguments: ':neat-validation:publishAllPublicationsToMavenCentral :neat-formatting:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| symphony-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'symphony' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing symphony-visibility, symphony-paginator, symphony-selector, symphony-actions, symphony-table, symphony-list, symphony-collections, symphony-input-core, symphony-input-text, symphony-input-number, symphony-input-choice, symphony-input-dialog, symphony-input-phone' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './symphony' | |
| cache-disabled: 'true' | |
| arguments: ':symphony-visibility:publishAllPublicationsToMavenCentral :symphony-paginator:publishAllPublicationsToMavenCentral :symphony-selector:publishAllPublicationsToMavenCentral :symphony-actions:publishAllPublicationsToMavenCentral :symphony-table:publishAllPublicationsToMavenCentral :symphony-list:publishAllPublicationsToMavenCentral :symphony-collections:publishAllPublicationsToMavenCentral :symphony-input-core:publishAllPublicationsToMavenCentral :symphony-input-text:publishAllPublicationsToMavenCentral :symphony-input-number:publishAllPublicationsToMavenCentral :symphony-input-choice:publishAllPublicationsToMavenCentral :symphony-input-dialog:publishAllPublicationsToMavenCentral :symphony-input-phone:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| nation-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'nation' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing nation-countries, nation-currencies, nation-flags-compose' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './nation' | |
| cache-disabled: 'true' | |
| arguments: ':nation-countries:publishAllPublicationsToMavenCentral :nation-currencies:publishAllPublicationsToMavenCentral :nation-flags-compose:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| sim-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'sim' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing sim-core' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './sim' | |
| cache-disabled: 'true' | |
| arguments: ':sim-core:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| captain-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'captain' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing captain-navigator-api, captain-navigator-browser, captain-navigator-basic, captain-router-core, captain-router-react-core, captain-router-react-dom, captain-router-compose-core, captain-router-compose-html' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './captain' | |
| cache-disabled: 'true' | |
| arguments: ':captain-navigator-api:publishAllPublicationsToMavenCentral :captain-navigator-browser:publishAllPublicationsToMavenCentral :captain-navigator-basic:publishAllPublicationsToMavenCentral :captain-router-core:publishAllPublicationsToMavenCentral :captain-router-react-core:publishAllPublicationsToMavenCentral :captain-router-react-dom:publishAllPublicationsToMavenCentral :captain-router-compose-core:publishAllPublicationsToMavenCentral :captain-router-compose-html:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| raven-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'raven' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing raven-core, raven-config, raven-outbox-core, raven-outbox-local, raven-outbox-server, raven-outbox-client, raven-email-markup, raven-email-agent-core, raven-email-agent-config, raven-email-agent-console, raven-email-agent-brevo, raven-email-agent-mailgun, raven-email-agent-postmark, raven-email-resources-core, raven-email-resources-file, raven-sms-core, raven-sms-config, raven-sms-console, raven-sms-kila' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './raven' | |
| cache-disabled: 'true' | |
| arguments: ':raven-core:publishAllPublicationsToMavenCentral :raven-config:publishAllPublicationsToMavenCentral :raven-outbox-core:publishAllPublicationsToMavenCentral :raven-outbox-local:publishAllPublicationsToMavenCentral :raven-outbox-server:publishAllPublicationsToMavenCentral :raven-outbox-client:publishAllPublicationsToMavenCentral :raven-email-markup:publishAllPublicationsToMavenCentral :raven-email-agent-core:publishAllPublicationsToMavenCentral :raven-email-agent-config:publishAllPublicationsToMavenCentral :raven-email-agent-console:publishAllPublicationsToMavenCentral :raven-email-agent-brevo:publishAllPublicationsToMavenCentral :raven-email-agent-mailgun:publishAllPublicationsToMavenCentral :raven-email-agent-postmark:publishAllPublicationsToMavenCentral :raven-email-resources-core:publishAllPublicationsToMavenCentral :raven-email-resources-file:publishAllPublicationsToMavenCentral :raven-sms-core:publishAllPublicationsToMavenCentral :raven-sms-config:publishAllPublicationsToMavenCentral :raven-sms-console:publishAllPublicationsToMavenCentral :raven-sms-kila:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| status-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'status' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing status-core, status-scene' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './status' | |
| cache-disabled: 'true' | |
| arguments: ':status-core:publishAllPublicationsToMavenCentral :status-scene:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| krest-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'krest' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing krest-core' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './krest' | |
| cache-disabled: 'true' | |
| arguments: ':krest-core:publishAllPublicationsToMavenCentral --no-configuration-cache' | |
| kida-publisher: | |
| runs-on: 'macos-latest' | |
| needs: | |
| - 'rendezvous' | |
| steps: | |
| - id: 'step-0' | |
| uses: 'actions/checkout@v3' | |
| with: | |
| submodules: 'true' | |
| - id: 'step-1' | |
| uses: 'actions/setup-java@v3' | |
| with: | |
| java-version: '18' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Make ./gradlew executable' | |
| working-directory: 'kida' | |
| run: 'chmod +x ./gradlew' | |
| - id: 'step-3' | |
| name: 'publishing kida-api, kida-brela, kida-fake' | |
| uses: 'gradle/gradle-build-action@v2' | |
| with: | |
| build-root-directory: './kida' | |
| cache-disabled: 'true' | |
| arguments: ':kida-api:publishAllPublicationsToMavenCentral :kida-brela:publishAllPublicationsToMavenCentral :kida-fake:publishAllPublicationsToMavenCentral --no-configuration-cache' |