gradle.rst
changeset 2413 ceca880171c3
parent 2404 ba68f3bf0e48
child 2458 28c248a41a85
--- a/gradle.rst	Thu Feb 13 13:35:35 2020 +0200
+++ b/gradle.rst	Mon Mar 02 20:15:09 2020 +0200
@@ -549,3 +549,15 @@
 
    apply from: "plugins/my.gradle"
 
+Publishing artifacts
+====================
+
+https://docs.gradle.org/current/userguide/publishing_setup.html
+  Publishing a project as module.
+https://docs.gradle.org/current/userguide/publishing_customization.html
+  Customizing publishing.
+https://www.jfrog.com/confluence/display/JFROG/Gradle+Artifactory+Plugin
+  Gradle Artifactory Plugin.
+https://github.com/jfrog/build-info
+  Project that holds Artifactory integration for Gradle (``build-info-extractor-gradle``).
+