Skip to content

Commit 87d0243

Browse files
committed
move license plugin to the up side
1 parent 38a8dc3 commit 87d0243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ apply plugin: 'maven'
77
apply plugin: 'signing'
88
apply plugin: 'idea'
99
apply plugin: 'eclipse'
10+
apply plugin: 'license'
1011

1112
group = 'com.tokbox'
1213
archivesBaseName = 'opentok-server-sdk'
@@ -49,7 +50,6 @@ dependencies {
4950
//compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'
5051
}
5152

52-
apply plugin: 'license'
5353
license {
5454
header rootProject.file('codequality/HEADER')
5555
ext.year = Calendar.getInstance().get(Calendar.YEAR)

0 commit comments

Comments
 (0)