We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8929969 + 96ae9cf commit a61237dCopy full SHA for a61237d
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