Skip to content

Commit

Permalink
MSAL license gets set in pom.xml (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider authored Dec 15, 2024
1 parent 2f005af commit a8d3aff
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 a8d3aff

Please sign in to comment.