From a8da4e100446ebc6fc27c337782493107923394a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Jan 2023 17:02:39 +0000 Subject: [PATCH] Upgrade to Asciidoctor Backends 0.0.4 Closes gh-33761 --- .../boot/build/AsciidoctorConventions.java | 24 ++----------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java b/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java index 09adca41b65..62634633f4f 100644 --- a/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java +++ b/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ package org.springframework.boot.build; import java.io.File; -import java.net.URI; import java.util.Collections; import java.util.HashMap; import java.util.Map; @@ -39,13 +38,6 @@ import org.springframework.util.StringUtils; * the plugin is applied: * *