Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Gradle plugins used by projectnessie builds

License

Notifications You must be signed in to change notification settings

projectnessie/gradle-build-plugins

THIS REPOSITORY IS UNMAINTAINED AND HAS BEEN ARCHIVED ON JAN 31, 2025

Gradle plugins for projectnessie builds

These Gradle plugins are used to build Nessie and CEL.

Developing / Testing

There are two ways to develop and test these plugins.

Via local Maven repository

  1. Publish the plugins to your local Maven repo using ./gradlew publishToMavenLocal
  2. Update the version of the Nessie build plugins to the current SNAPSHOT version in the "target" project.
  3. Run the "target" project build with -DwithMavenLocal=true

By including this project into your target build

  1. Update the top-level settings.gradle.kts file of the "target" project, add a line like
    includeBuild("../../gradle-build-plugins")

(This approach hasn't been tested yet.)

About

Gradle plugins used by projectnessie builds

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages