Skip to content

Commit

Permalink
fixup! missing build tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 3, 2024
1 parent 654a000 commit 6c32ed0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
[![Lint: YAML](https://github.com/elide-dev/build-infra/actions/workflows/check.yaml-lint.ci.yml/badge.svg)](https://github.com/elide-dev/build-infra/actions/workflows/check.yaml-lint.ci.yml)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7693/badge)](https://www.bestpractices.dev/projects/7693)


This repository hosts CI configurations which can be re-used across repositories under the Elide Cloud umbrella. It isn't necessarily meant for external use, but it's open source and you are free to use these workflows in your own repos (no backward compatibility guarantee is provided at this time).

Build configurations expressed in this repository are typically used for repeated/templated repositories, such as code samples, plugins, and other structures which are consistent across codebases.

### Structure

Each workflow profile is defined in this repository as a GitHub Workflow, using YAML. In some cases, workflows are paired
Expand All @@ -29,11 +24,6 @@ For an exhaustive list of build profiles and their use, see the table further do
- **[Gradle](./gradle): Gradle build conventions** which are re-usable across projects, as a suite of easily applicable build convention
plugins and version catalogs.

### Pushing updates

In general, Dependabot and Renovate are granted access to this repo, so that update PRs may be filed when internal actions
and workflows see updates.

## Workflows

In a `.github/workflows/<x>.yml`:
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs/catalog-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ publishing {
}
}
}

val test by tasks.registering { /* Nothing yet. */ }
2 changes: 2 additions & 0 deletions gradle/libs/catalog-infra/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ publishing {
}
}
}

val test by tasks.registering { /* Nothing yet. */ }
2 changes: 2 additions & 0 deletions gradle/libs/catalog-libs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ publishing {
}
}
}

val test by tasks.registering { /* Nothing yet. */ }
2 changes: 2 additions & 0 deletions gradle/platforms/platform-baseline/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
plugins {
`java-platform`
}

val test by tasks.registering { /* Nothing yet. */ }

0 comments on commit 6c32ed0

Please sign in to comment.