Skip to content

Commit

Permalink
MSAL license gets set in pom.xml (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider authored Dec 15, 2024
1 parent b04a6b0 commit 61cc530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("org.owasp.dependencycheck") version "10.+" apply false
id("nebula.maven-resolved-dependencies") version "18.4.0" apply false
id("nebula.maven-apache-license") version "18.4.0" apply false
id("org.openrewrite.build.moderne-source-available-license") version "latest.release"
}

configure<nebula.plugin.release.git.base.ReleasePluginExtension> {
Expand Down

0 comments on commit 61cc530

Please sign in to comment.