Remove license check plugin

This commit is contained in:
yushijinhun 2020-05-01 21:12:23 +08:00
parent d05c005b39
commit b9a0a3f996
No known key found for this signature in database
GPG key ID: 5BC167F73EA558E4
2 changed files with 1 additions and 12 deletions

View file

@ -2,7 +2,6 @@ plugins {
id 'com.github.johnrengelman.shadow' version '5.2.0'
id 'com.palantir.git-version' version '0.12.3'
id 'java'
id 'com.github.hierynomus.license' version '0.15.0'
}
repositories {
@ -56,14 +55,4 @@ shadowJar {
relocate 'org.objectweb.asm', 'moe.yushi.authlibinjector.internal.org.objectweb.asm'
}
license {
header project.file('license-header.txt')
strictCheck true
mapping {
java='SLASHSTAR_STYLE'
}
include '**/*.java'
exclude '**/package-info.java'
}
defaultTasks 'clean', 'shadowJar'

View file

@ -1,4 +1,4 @@
Copyright (C) 2019 Haowei Wen <yushijinhun@gmail.com> and contributors
Copyright (C) 2020 Haowei Wen <yushijinhun@gmail.com> and contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by