Skip to content

Commit

Permalink
MSAL license gets set in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Dec 15, 2024
1 parent 282ff24 commit e11fdab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id("org.openrewrite.build.recipe-library") version "latest.release"
id("org.openrewrite.build.moderne-source-available-license") version "latest.release"
}

group = "org.openrewrite.recipe"
Expand Down Expand Up @@ -32,4 +33,4 @@ recipeDependencies {
parserClasspath("com.launchdarkly:launchdarkly-java-server-sdk:5.10.+")
parserClasspath("com.launchdarkly:launchdarkly-java-server-sdk:6.+")
//parserClasspath("com.launchdarkly:launchdarkly-java-server-sdk:7.+")
}
}

0 comments on commit e11fdab

Please sign in to comment.