浏览代码

apply base plugin to add clean task

Dan Allen 2 年之前
父节点
当前提交
c4bff97fe8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'
 }