mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-11-21 03:10:58 +08:00
build: remove license-gradle-plugin
This commit is contained in:
parent
2d7c1393d6
commit
3f2be63d08
13
build.gradle
13
build.gradle
@ -3,9 +3,6 @@ buildscript {
|
||||
jcenter()
|
||||
maven { url 'https://plugins.gradle.org/m2/' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0'
|
||||
}
|
||||
}
|
||||
|
||||
group 'org.jackhuang'
|
||||
@ -15,7 +12,6 @@ subprojects {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'com.github.hierynomus.license'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@ -39,15 +35,6 @@ subprojects {
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
}
|
||||
|
||||
license {
|
||||
header rootProject.file('license-header.txt')
|
||||
strictCheck true
|
||||
ext.year = Calendar.getInstance().get(Calendar.YEAR)
|
||||
mapping {
|
||||
java='SLASHSTAR_STYLE'
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
|
Loading…
Reference in New Issue
Block a user