THIS REPOSITORY IS UNMAINTAINED AND HAS BEEN ARCHIVED ON JAN 31, 2025
These Gradle plugins are used to build Nessie and CEL.
There are two ways to develop and test these plugins.
- Publish the plugins to your local Maven repo using
./gradlew publishToMavenLocal
- Update the version of the Nessie build plugins to the current SNAPSHOT version in the "target" project.
- Run the "target" project build with
-DwithMavenLocal=true
- Update the top-level
settings.gradle.kts
file of the "target" project, add a line likeincludeBuild("../../gradle-build-plugins")
(This approach hasn't been tested yet.)