Skip to content

skjolber/gradle-jfrog-artifactory-multimodule-library-example

Repository files navigation

gradle-jfrog-artifactory-multimodule-library-example

Real-world template for open-source libraries with the Gradle build system and JFrog Artifactory using the Gradle Artifactory Plugin:

  • core libraries (my-jwt)
  • framework adaptions of core libraries
  • examples using the above
    • part of the multi-module build, but still
    • standalone, and easily copied as-is

The examples are not published.

Bugs, feature suggestions and help requests can be filed with the issue-tracker.

License

Apache 2.0

Usage

Add the following properties to your global gradle properties at ~/.gradle/gradle.properties:

my_artifactory_user=<email>
my_artifactory_password=<encrypted password>
my_artifactory_contextUrl=<jfrog url>

Build using command

./gradlew clean build --info

Publish is performed using the command

./gradlew artifactoryPublish --info

See also

History

  • 1.0.1: Bumped dependencies, renamed project.
  • 1.0.0: Initial version

About

Pattern for multimodule open-source library using gradle and JFrog Artifactory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages