Hello, i got a quick question. Does this not work ...
# pact-broker
m
Hello, i got a quick question. Does this not work with gradle?
Copy code
@PactBroker(
        enablePendingPacts = "false",
        url = "<https://pact-broker.dev.whint.at>",
        authentication = PactBrokerAuth(
                username = "XXXX",
                password = "XXXX"
        )
)
username and password cant be resolved somehow
b
Ask in #pact-jvm
m
will do 🙂