Skip to content

Commit 4259927

Browse files
committed
restructure build.gradle
1 parent 0fa6dc7 commit 4259927

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ group 'com.wego'
22
version '1.0.1'
33

44
apply plugin: 'java'
5+
apply plugin: 'maven'
6+
apply plugin: 'checkstyle'
57

68
sourceCompatibility = '1.8'
79
targetCompatibility = '1.8'
@@ -10,10 +12,6 @@ task wrapper(type: Wrapper) {
1012
gradleVersion = '2.8'
1113
}
1214

13-
apply plugin: 'maven'
14-
15-
apply plugin: 'checkstyle'
16-
1715
repositories {
1816
mavenCentral()
1917
}

0 commit comments

Comments
 (0)