瀏覽代碼

Use new syntax for core plugins too.

pull/476/head
Chris Smith 9 年之前
父節點
當前提交
9bed892dd6
共有 1 個檔案被更改,包括 5 行新增6 行删除
  1. 5
    6
      build.gradle

+ 5
- 6
build.gradle 查看文件

@@ -1,16 +1,15 @@
1 1
 plugins {
2 2
   id 'com.dmdirc.git-version' version '1.0'
3 3
   id 'com.github.kt3k.coveralls' version '2.1.0'
4
+  id 'maven-publish'
5
+  id 'java'
6
+  id 'findbugs'
7
+  id 'pmd'
8
+  id 'idea'
4 9
 }
5 10
 
6 11
 group = 'com.dmdirc'
7 12
 
8
-apply plugin: 'maven-publish'
9
-apply plugin: 'java'
10
-apply plugin: 'findbugs'
11
-apply plugin: 'pmd'
12
-apply plugin: 'idea'
13
-
14 13
 idea {
15 14
     module {
16 15
          sourceDirs = [file('src'), file('generated')]

Loading…
取消
儲存