Remove disabled tasks from docs

- i.e. disabling jar will make local publish fail
- Relates #1132
This commit is contained in:
Janne Valkealahti
2024-08-29 15:53:03 +01:00
parent 6983ef5c10
commit e1ef18e8b4

View File

@@ -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()) {