We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a8dc3 commit 87d0243Copy full SHA for 87d0243
build.gradle
@@ -7,6 +7,7 @@ apply plugin: 'maven'
7
apply plugin: 'signing'
8
apply plugin: 'idea'
9
apply plugin: 'eclipse'
10
+apply plugin: 'license'
11
12
group = 'com.tokbox'
13
archivesBaseName = 'opentok-server-sdk'
@@ -49,7 +50,6 @@ dependencies {
49
50
//compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'
51
}
52
-apply plugin: 'license'
53
license {
54
header rootProject.file('codequality/HEADER')
55
ext.year = Calendar.getInstance().get(Calendar.YEAR)
0 commit comments