[ https://issues.apache.org/jira/browse/GOBBLIN-2184?focusedWorklogId=948418&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-948418 ]
ASF GitHub Bot logged work on GOBBLIN-2184: ------------------------------------------- Author: ASF GitHub Bot Created on: 14/Dec/24 17:23 Start Date: 14/Dec/24 17:23 Worklog Time Spent: 10m Work Description: adoroszlai opened a new pull request, #4088: URL: https://github.com/apache/gobblin/pull/4088 ## What changes were proposed in this pull request? The Apache snapshot repository should be enabled only for snapshots. https://issues.apache.org/jira/browse/GOBBLIN-2184 ## How was this patch tested? Local build: ``` $ ./gradlew compileJava ... BUILD SUCCESSFUL in 3m 1s 209 actionable tasks: 209 executed ``` Issue Time Tracking ------------------- Worklog Id: (was: 948418) Remaining Estimate: 0h Time Spent: 10m > Disable releases for apache.snapshots repo > ------------------------------------------ > > Key: GOBBLIN-2184 > URL: https://issues.apache.org/jira/browse/GOBBLIN-2184 > Project: Apache Gobblin > Issue Type: Bug > Reporter: Attila Doroszlai > Priority: Major > Labels: snapshot-repo > Time Spent: 10m > Remaining Estimate: 0h > > The Apache snapshot repository should be enabled only for snapshots. > {code:title=https://github.com/apache/gobblin/blob/faecb356003bfb1909e026428372feee47f36d48/gradle/scripts/repositories.gradle#L26-L28} > maven { > url "https://repository.apache.org/content/repositories/snapshots" > } > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)