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