apply base plugin to add clean task

This commit is contained in:
Dan Allen 2022-09-30 23:58:20 -06:00 committed by Rob Winch
parent 649823f401
commit c4bff97fe8
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
plugins {
id 'base'
id 'org.antora' version '1.0.0-alpha.3'
}