Skip to content

Commit

Permalink
Suppress deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jun 4, 2024
1 parent b1e4b53 commit 9f94bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class SpringRestDocsGradleGroovyBuildCustomizerTests {
private final SpringRestDocsGradleGroovyBuildCustomizer customizer = new SpringRestDocsGradleGroovyBuildCustomizer();

@Test
@SuppressWarnings("removal")
void customizesGradleBuild() {
GradleBuild build = new GradleBuild();
this.customizer.customize(build);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*
* @author Moritz Halbritter
*/
@SuppressWarnings("removal")
class SpringRestDocsGradleKotlinBuildCustomizerTests {

private final SpringRestDocsGradleKotlinBuildCustomizer customizer = new SpringRestDocsGradleKotlinBuildCustomizer();
Expand Down

0 comments on commit 9f94bf8

Please sign in to comment.