You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to do a local Jenkins build, we have to make sure that just the absolute minimum number of repositories be defined in build.gradle. For presto connector, this is:
In order to do a local Jenkins build, we have to make sure that just the absolute minimum number of repositories be defined in build.gradle. For presto connector, this is:
trino/build.gradle: url = uri('https://packages.confluent.io/maven/')
trino/build.gradle: url = uri('https://oss.sonatype.org/content/repositories/snapshots')
The text was updated successfully, but these errors were encountered: