We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4af6d06 + 2fbf833 commit cf4ff20Copy full SHA for cf4ff20
1 file changed
gradle.properties
@@ -0,0 +1,16 @@
1
+#
2
+# Values in this file provide defaults to variables used in the
3
+# gradle files.
4
5
+
6
+# Normally we don't publish any built artifacts to a repository.
7
+# But if we do, these are the default values we use to indicate
8
+# where the files should be placed.
9
10
+# These can be over-ridden from the command line
11
+# with -Ppublish_repo_releases_url="file://my-folder" for example.
12
13
+# These values only have any effect if the publish goal is used.
14
+# For example: gradle build publish.
15
+publish_repo_releases_url = 'default-value-for-publish_repo_releases_url'
16
+publish_repo_releases_name = 'default-value-for-publish_repo_releases_name'
0 commit comments