Selaa lähdekoodia

apply base plugin to add clean task

Dan Allen 2 vuotta sitten
vanhempi
commit
c4bff97fe8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

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