Skip to content

Commit

Permalink
Apply MSAL license when generating POMs (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider authored Dec 15, 2024
1 parent 03fc462 commit f9ffb53
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 f9ffb53

Please sign in to comment.