Skip to content

Commit

Permalink
Remove disabled tasks from docs
Browse files Browse the repository at this point in the history
- i.e. disabling jar will make local publish fail
- Relates #1132
  • Loading branch information
jvalkeal committed Aug 29, 2024
1 parent 6983ef5 commit e1ef18e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions spring-shell-docs/spring-shell-docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit e1ef18e

Please sign in to comment.