Skip to content

Commit ac43451

Browse files
committed
MSAL license gets set in pom.xml
1 parent c5fcaf4 commit ac43451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
44
id("org.owasp.dependencycheck") version "10.+" apply false
55
id("nebula.maven-resolved-dependencies") version "18.4.0" apply false
6-
id("nebula.maven-apache-license") version "18.4.0" apply false
6+
id("org.openrewrite.build.moderne-source-available-license") version "latest.release"
77
}
88

99
configure<nebula.plugin.release.git.base.ReleasePluginExtension> {

0 commit comments

Comments
 (0)