We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559f126 commit e46c194Copy full SHA for e46c194
buildSrc/src/main/java/com/google/firebase/gradle/plugins/publish/PublishingPlugin.java
@@ -145,7 +145,7 @@ public void apply(Project project) {
145
Publisher publisher = new Publisher(publishMode, projectsToPublish);
146
project
147
.getTasks()
148
- .create(
+ .register(
149
"semverCheckForRelease",
150
t -> {
151
for (FirebaseLibraryExtension toPublish : projectsToPublish) {
0 commit comments