File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
buildSrc/src/main/java/com/google/firebase/gradle/plugins/apiinfo Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ void execute() {
147
147
args .addAll (Arrays .asList ("--baseline" , getBaselineFile ().getAbsolutePath ()));
148
148
}
149
149
spec .setArgs (args );
150
- spec .setIgnoreExitValue (true );
151
150
try {
152
151
spec .setStandardOutput (new FileOutputStream (getOutputFile ()));
153
152
} catch (FileNotFoundException e ) {
Original file line number Diff line number Diff line change @@ -187,9 +187,9 @@ package com.google.firebase.database {
187
187
188
188
public class ServerValue {
189
189
ctor public ServerValue();
190
+ method @NonNull public static final Object increment(long);
191
+ method @NonNull public static final Object increment(double);
190
192
field @NonNull public static final java.util.Map<java.lang.String,java.lang.String> TIMESTAMP;
191
- field @NonNull public static final Object increment(double);
192
- field @NonNull public static final Object increment(long);
193
193
}
194
194
195
195
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE}) public @interface ThrowOnExtraProperties {
You can’t perform that action at this time.
0 commit comments