Add license file and copyright information in files
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
subprojects {
|
||||
version = '0.1'
|
||||
|
||||
allprojects {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'maven'
|
||||
|
||||
version = '0.1'
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
@@ -39,3 +37,12 @@ subprojects {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user