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 ac8be84 commit 2618418
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@Suppress("GradlePackageUpdate")

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 @@ -75,4 +74,4 @@ tasks.withType(Javadoc::class.java) {

tasks.test {
maxHeapSize = "2g" // Set max heap size to 2GB or adjust as necessary
}
}

0 comments on commit 2618418

Please sign in to comment.