Skip to content

Commit e1ef18e

Browse files
committed
Remove disabled tasks from docs
- i.e. disabling jar will make local publish fail - Relates #1132
1 parent 6983ef5 commit e1ef18e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: spring-shell-docs/spring-shell-docs.gradle

-16
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@ dependencies {
1515
testImplementation 'org.awaitility:awaitility'
1616
}
1717

18-
jar {
19-
enabled = false
20-
}
21-
22-
javadoc {
23-
enabled = false
24-
}
25-
26-
javadocJar {
27-
enabled = false
28-
}
29-
30-
sourcesJar {
31-
enabled = false
32-
}
33-
3418
antora {
3519
version = '3.2.0-alpha.6'
3620
if (project.hasProperty('antoraLocalBarePlaybook') && antoraLocalBarePlaybook.toBoolean()) {

0 commit comments

Comments
 (0)