Skip to content

Disabling develocity? #4262

Closed Answered by shanman190
Bananeweizen asked this question in Q&A
Jun 17, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

The previous method invocations to only publish when authenticated were removed during the migration from gradleEnterprise to develocity and just need to be brought back such that it only publishes when authenticated like had been configured before.

Something like this should work in the rewrite repo:

develocity {
    buildScan {
        publishing {
            onlyIf {
                authenticated
            }
        }
    }
}

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@shanman190
Comment options

Answer selected by timtebeek
@timtebeek
Comment options

@timtebeek
Comment options

@timtebeek
Comment options

@Bananeweizen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants