Skip to content

Conversation

@BoD
Copy link
Collaborator

@BoD BoD commented Jun 30, 2025

No description provided.

@BoD BoD requested a review from martinbonnin as a code owner June 30, 2025 10:04
@@ -1,16 +1,16 @@
name: Build pull request
name: check-pull-request
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend to just remove the name these days since it duplicates the file name 🤷


jobs:
build-pull-request:
check-pull-request:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend to use build-pull-request because it calls ./gradlew build

Comment on lines 13 to 20
pluginManagement.repositories {
exclusiveContent {
forRepository { maven("https://storage.googleapis.com/gradleup/m2") }
filter {
includeGroup("com.gradleup.librarian")
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know we have this in other places but this is actually wrong. librarian is also released on Maven Central.

What we need is more the opposite:

  maven("https://storage.googleapis.com/gradleup/m2") {
    content {
      includeGroup("com.gradleup.librarian")
    }
  }

Comment on lines -581 to -583
final const val com.apollographql.cache.normalized/VERSION // com.apollographql.cache.normalized/VERSION|{}VERSION[0]
final fun <get-VERSION>(): kotlin/String // com.apollographql.cache.normalized/VERSION.<get-VERSION>|<get-VERSION>(){}[0]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting that removing the const is a breaking change on native. No @JvmField there. I think it's OK though 👍

@BoD BoD merged commit 5ece1f1 into main Jun 30, 2025
2 checks passed
@BoD BoD deleted the update-librarian-and-workflows branch June 30, 2025 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants