Skip to content

Commit e91f6ab

Browse files
authored
Remove include of :google-ads-stubs-v7 in parent project (#571)
v7 support was removed from the library in release 17.0.0, but we missed removing this line. As a result the artifacts published to Maven include the v7 stubs library, even though v7 is no longer accessible or supported in google-ads-java. For example, `GoogleAdsAllVersions` no longer contains a `getVersion7()` method.
1 parent 52dfd5d commit e91f6ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ if (!startParameter.projectProperties.containsKey("release")) {
3232

3333
// Keep the stubs modules at the end of this file. The stubs generator will
3434
// append new modules here as required. There should *not* be a newline at EOF.
35-
include ':google-ads-stubs-v7'
3635
include ':google-ads-stubs-v8'
3736
include ':google-ads-stubs-v9'
3837
include ':google-ads-stubs-v10'

0 commit comments

Comments
 (0)