File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010 id(" org.springframework.boot" ) apply false
1111 id(" org.jlleitschuh.gradle.ktlint" )
1212 id(" io.spring.dependency-management" )
13- id(" org.cadixdev .licenser" )
13+ id(" dev.yumi.gradle .licenser" )
1414
1515 id(" com.citi.helm" )
1616 id(" com.citi.helm-publish" )
@@ -45,10 +45,10 @@ subprojects {
4545 apply (plugin = " kotlinx-serialization" )
4646 apply (plugin = " org.jetbrains.kotlinx.kover" )
4747 apply (plugin = " org.jlleitschuh.gradle.ktlint" )
48- apply (plugin = " org.cadixdev .licenser" )
48+ apply (plugin = " dev.yumi.gradle .licenser" )
4949
5050 license {
51- header(rootProject. file(" LICENSE" ))
51+ rule( file(" ../ LICENSE" ))
5252 include(" **/*.java" )
5353 include(" **/*.kt" )
5454 include(" **/*.yaml" )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pluginManagement {
2525 id(" org.springframework.boot" ) version " 3.5.5"
2626 id(" org.jlleitschuh.gradle.ktlint" ) version " 14.0.1"
2727 id(" io.spring.dependency-management" ) version " 1.1.7"
28- id(" org.cadixdev. licenser" ) version " 0.6.1 "
28+ id(" dev.yumi.gradle. licenser" ) version " 2.2.2 "
2929 id(" com.citi.helm" ) version helmVersion
3030 id(" com.citi.helm-publish" ) version helmVersion
3131 id(" net.researchgate.release" ) version " 3.1.0"
You can’t perform that action at this time.
0 commit comments