Skip to content

Commit 89ffb51

Browse files
authored
Add a README for apollo-gradle-plugin-external (#6694)
1 parent c04e72a commit 89ffb51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Module apollo-gradle-plugin-external
2+
3+
`apollo-gradle-plugin-external` does not contain any code. It is a [Maven relocation](https://maven.apache.org/guides/mini/guide-relocation.html) that redirects to `apollo-gradle-plugin`

libraries/apollo-gradle-plugin-external/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extensions.getByType(PublishingExtension::class.java).publications.getByName("de
3232
distributionManagement {
3333
relocation {
3434
artifactId = "apollo-gradle-plugin"
35-
message = "The Apollo Gradle Plugin now uses classloader isolation and does not use R8 to relocate dependencies anymore. As a result, the `apollo-gradle-plugin-external` artifact and the `com.apollographql.apollo.external` plugins have been removed. You should use `apollo-gradle-plugin` and `com.apollographql.apollo` instead."
35+
message = "The `apollo-gradle-plugin-external` artifact and the `com.apollographql.apollo.external` plugin have been removed. The `apollo-gradle-plugin` artifact and `com.apollographql.apollo` plugin use classloader isolation and should be used instead."
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)