From e1ef18e8b48420d6bef5db09e4831f16b13dd368 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Thu, 29 Aug 2024 15:53:03 +0100 Subject: [PATCH] Remove disabled tasks from docs - i.e. disabling jar will make local publish fail - Relates #1132 --- spring-shell-docs/spring-shell-docs.gradle | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/spring-shell-docs/spring-shell-docs.gradle b/spring-shell-docs/spring-shell-docs.gradle index defab9c8..8ec949a5 100644 --- a/spring-shell-docs/spring-shell-docs.gradle +++ b/spring-shell-docs/spring-shell-docs.gradle @@ -15,22 +15,6 @@ dependencies { testImplementation 'org.awaitility:awaitility' } -jar { - enabled = false -} - -javadoc { - enabled = false -} - -javadocJar { - enabled = false -} - -sourcesJar { - enabled = false -} - antora { version = '3.2.0-alpha.6' if (project.hasProperty('antoraLocalBarePlaybook') && antoraLocalBarePlaybook.toBoolean()) {