Skip to content

Commit 5d5b270

Browse files
author
Khôi Tran
committed
Added license generator.
1 parent 5b29bac commit 5d5b270

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ buildscript {
77
}
88
dependencies {
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10+
classpath "com.jaredsburrows:gradle-license-plugin:0.8.41"
1011
}
1112

1213
}
1314

1415
group 'ch.compile'
1516

1617
apply plugin: 'application'
18+
apply plugin: 'com.jaredsburrows.license'
1719
apply plugin: 'kotlin'
1820

1921
if (project.hasProperty("overrideVersion")) {

0 commit comments

Comments
 (0)