We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe91721 commit 4db0926Copy full SHA for 4db0926
build.gradle.kts
@@ -2,6 +2,7 @@ plugins {
2
kotlin("jvm") version "2.0.20"
3
id("org.jetbrains.kotlinx.kover") version "0.8.3"
4
id("org.cadixdev.licenser") version "0.6.1"
5
+ id("com.jaredsburrows.license") version "0.9.8"
6
`maven-publish`
7
}
8
@@ -10,6 +11,7 @@ subprojects {
10
11
apply(plugin = "org.jetbrains.kotlinx.kover")
12
apply(plugin = "maven-publish")
13
apply(plugin = "org.cadixdev.licenser")
14
+ apply(plugin = "com.jaredsburrows.license")
15
16
group = "org.eclipse.thingweb"
17
version = "0.1.3-SNAPSHOT"
0 commit comments