Skip to content

Commit e46c194

Browse files
committed
update
1 parent 559f126 commit e46c194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/publish/PublishingPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void apply(Project project) {
145145
Publisher publisher = new Publisher(publishMode, projectsToPublish);
146146
project
147147
.getTasks()
148-
.create(
148+
.register(
149149
"semverCheckForRelease",
150150
t -> {
151151
for (FirebaseLibraryExtension toPublish : projectsToPublish) {

0 commit comments

Comments
 (0)