Skip to content

Commit b7f523b

Browse files
committed
Remove unnecessary (and harmful) license plugin
1 parent 22b6dcc commit b7f523b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

build.gradle

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ plugins {
99
//https://docs.gradle.org/current/userguide/eclipse_plugin.html
1010
id("eclipse") //support for Eclipse
1111

12-
//Checks and adds the license header of the source files:
13-
// Task: `licenseMain' and `licenseFormatMain'
14-
//https://github.com/hierynomus/license-gradle-plugin
15-
id "com.github.hierynomus.license-base" version "0.16.1"
16-
//Generates reports on the license of used packages: Task `downloadLicenses'
17-
//Some Licenses requires an entry in the credits (MIT, BSD)
18-
id "com.github.hierynomus.license-report" version "0.16.1"
19-
2012
// Gives `gradle dependencyUpdate` to show which dependency has a newer version
2113
// id "com.github.ben-manes.versions" version "0.39.0"
2214

@@ -297,18 +289,6 @@ subprojects {
297289
archiveClassifier = 'javadoc'
298290
}
299291

300-
license {//configures the license file header
301-
header = file("$rootDir/gradle/header")
302-
303-
mapping {
304-
//find styles here:
305-
// http://code.mycila.com/license-maven-plugin/#supported-comment-types
306-
java = "SLASHSTAR_STYLE" // DOUBLESLASH_STYLE
307-
javascript = "SLASHSTAR_STYLE"
308-
}
309-
mapping("key", "SLASHSTAR_STYLE")
310-
}
311-
312292
eclipse { //configures the generated .project and .classpath files.
313293
classpath {
314294
file {

0 commit comments

Comments
 (0)