forked from MirrorHub/authlib-injector
Remove license check plugin
This commit is contained in:
parent
d05c005b39
commit
b9a0a3f996
2 changed files with 1 additions and 12 deletions
11
build.gradle
11
build.gradle
|
@ -2,7 +2,6 @@ plugins {
|
||||||
id 'com.github.johnrengelman.shadow' version '5.2.0'
|
id 'com.github.johnrengelman.shadow' version '5.2.0'
|
||||||
id 'com.palantir.git-version' version '0.12.3'
|
id 'com.palantir.git-version' version '0.12.3'
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'com.github.hierynomus.license' version '0.15.0'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -56,14 +55,4 @@ shadowJar {
|
||||||
relocate 'org.objectweb.asm', 'moe.yushi.authlibinjector.internal.org.objectweb.asm'
|
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'
|
defaultTasks 'clean', 'shadowJar'
|
||||||
|
|
|
@ -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
|
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
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
Loading…
Reference in a new issue