File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,21 @@ dependencies {
36
36
// TODO: find out how to initialize these dependencies properly, or remove them
37
37
// compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.5'
38
38
// compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'
39
- }
39
+ }
40
+
41
+ buildscript {
42
+ repositories {
43
+ mavenCentral()
44
+ }
45
+ dependencies {
46
+ classpath ' nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
47
+ }
48
+ }
49
+ apply plugin : ' license'
50
+ license {
51
+ header rootProject. file(' codequality/HEADER' )
52
+ ext. year = Calendar . getInstance(). get(Calendar . YEAR )
53
+ }
40
54
41
55
artifacts {
42
56
archives javadocJar, sourcesJar
Original file line number Diff line number Diff line change
1
+ OpenTok Java SDK
2
+ http://www.tokbox.com
3
+
4
+ Licensed under The MIT License (MIT). See LICENSE file for more information.
You can’t perform that action at this time.
0 commit comments