Skip to content

Commit

Permalink
Forgot to remove last trace of kotlin stdlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
lagergren committed Feb 10, 2024
1 parent 16b30fb commit 82e526c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ publishing {
logger.info("$prefix Configuring publications for xtclang.org GitHub repository.")
with (xdkBuildLogic.github()) {
if (verifyGitHubConfig()) {
logger.info("$prefix Found GitHub package credentials for XTC (url: $uri, user: $user, org: $organization, read-only: $isReadOnly)")
logger.info("$prefix Found GitHub package credentials for XTC (url: $uri, user: $user, org: $organization)")
maven {
name = "GitHub"
description = "Publish all publications to the xtclang.org GitHub repository."
Expand Down

0 comments on commit 82e526c

Please sign in to comment.