We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b29bac commit 5d5b270Copy full SHA for 5d5b270
1 file changed
build.gradle
@@ -7,13 +7,15 @@ buildscript {
7
}
8
dependencies {
9
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10
+ classpath "com.jaredsburrows:gradle-license-plugin:0.8.41"
11
12
13
14
15
group 'ch.compile'
16
17
apply plugin: 'application'
18
+apply plugin: 'com.jaredsburrows.license'
19
apply plugin: 'kotlin'
20
21
if (project.hasProperty("overrideVersion")) {
0 commit comments