Suppress deprecation warnings in Gradle build
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
package org.springframework.protobuf;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public class OuterSample {
|
||||
private OuterSample() {}
|
||||
public static void registerAllExtensions(
|
||||
|
||||
Reference in New Issue
Block a user