Skip to content

Commit

Permalink
Added licensing plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Aug 1, 2020
1 parent 5fab9e7 commit e9ee7c3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
allprojects {
repositories {
jcenter()
}
plugins {
id 'java'
id 'com.github.hierynomus.license-base' version '0.15.0'
}

allprojects {

repositories {
mavenCentral()
}

apply plugin: 'java'
apply plugin: 'com.github.hierynomus.license-base'

version = '0.0.5-SNAPSHOT'

Expand Down

0 comments on commit e9ee7c3

Please sign in to comment.