summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-05 22:09:28 +0000
committerKarl Berry <karl@freefriends.org>2020-03-05 22:09:28 +0000
commitab261ba95f775746985b4542c78c4492e405ffe5 (patch)
tree140fe23ea545705d63155ed96cad1ea72bec0305 /Master/texmf-dist/source/support
parent0116d6e6578382e9c6d1ba2f631f2deb4e5f8d9e (diff)
arara (5mar20)
git-svn-id: svn://tug.org/texlive/trunk@54115 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
-rw-r--r--Master/texmf-dist/source/support/arara/build.gradle.kts6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/support/arara/build.gradle.kts b/Master/texmf-dist/source/support/arara/build.gradle.kts
index 3d5601227ca..4276ef7394f 100644
--- a/Master/texmf-dist/source/support/arara/build.gradle.kts
+++ b/Master/texmf-dist/source/support/arara/build.gradle.kts
@@ -244,8 +244,10 @@ publishing {
name = "Job-Token"
value = project.property("jobToken").toString()
} else {
- logger.warn("Will be unable to publish (jobToken missing)")
- }
+ logger.warn("Will be unable to publish (jobToken missing)\n" +
+ "Ignore this warning if you are not running the publish task " +
+ "for the GitLab package repository.")
+ }
}
authentication {
create<HttpHeaderAuthentication>("header")