Skip to content

Helper tasks for standardizing on the specmatic project builds

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license-helper.gradle
Notifications You must be signed in to change notification settings

znsio/specmatic-gradle-task-helpers

Repository files navigation

Specmatic Gradle Task Helpers

This repo contains common gradle tasks to be used by the specmatic team when creating a new project

Usage

In the build.gradle file of your root project, add the following:

// use the main branch (with a query param to bust cache every 600 seconds)
apply from: "https://raw.githubusercontent.com/znsio/specmatic-gradle-task-helpers/refs/heads/main/build.gradle?_=${(int) (new Date().toInstant().epochSecond / 600)}"
// OR use a specific SHA
apply from: "https://raw.githubusercontent.com/znsio/specmatic-gradle-task-helpers/<GIT_COMMITISH>/build.gradle"

This plugin will apply a few policies to the gradle project:

  • Ensure that licenses being used are permissive in nature (BSD, Apache, MIT, etc.)

About

Helper tasks for standardizing on the specmatic project builds

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license-helper.gradle

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published