File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
gradle/build-plugins/src/main/kotlin Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" io.codemodder.java-library" )
33 id(" io.codemodder.runner" )
4+ id(" com.netflix.nebula.maven-apache-license" )
5+ id(" io.codemodder.maven-publish" )
46}
57
6- description = " Example codemods"
8+ description = " Community codemods"
79
810dependencies {
911 implementation(project(" :framework:codemodder-base" ))
Original file line number Diff line number Diff line change @@ -42,10 +42,12 @@ publishing {
4242 }
4343 }
4444 pom {
45- licenses {
46- license {
47- name.set(" GNU AFFERO GENERAL PUBLIC LICENSE, Version 3 (AGPL-3.0)" )
48- url.set(" https://opensource.org/licenses/AGPL-3.0" )
45+ if (! pluginManager.hasPlugin(" com.netflix.nebula.maven-apache-license" )) {
46+ licenses {
47+ license {
48+ name.set(" GNU AFFERO GENERAL PUBLIC LICENSE, Version 3 (AGPL-3.0)" )
49+ url.set(" https://opensource.org/licenses/AGPL-3.0" )
50+ }
4951 }
5052 }
5153 val scmHost = " github.com"
You can’t perform that action at this time.
0 commit comments