Skip to content

Commit 4db0926

Browse files
author
Robert Winkler
committed
Added license plugin
1 parent fe91721 commit 4db0926

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
kotlin("jvm") version "2.0.20"
33
id("org.jetbrains.kotlinx.kover") version "0.8.3"
44
id("org.cadixdev.licenser") version "0.6.1"
5+
id("com.jaredsburrows.license") version "0.9.8"
56
`maven-publish`
67
}
78

@@ -10,6 +11,7 @@ subprojects {
1011
apply(plugin = "org.jetbrains.kotlinx.kover")
1112
apply(plugin = "maven-publish")
1213
apply(plugin = "org.cadixdev.licenser")
14+
apply(plugin = "com.jaredsburrows.license")
1315

1416
group = "org.eclipse.thingweb"
1517
version = "0.1.3-SNAPSHOT"

0 commit comments

Comments
 (0)