Skip to content

Commit a8d3aff

Browse files
authored
MSAL license gets set in pom.xml (#629)
1 parent 2f005af commit a8d3aff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
@Suppress("GradlePackageUpdate")
2-
31
plugins {
42
id("org.openrewrite.build.recipe-library") version "latest.release"
3+
id("org.openrewrite.build.moderne-source-available-license") version "latest.release"
54
}
65

76
group = "org.openrewrite.recipe"
@@ -75,4 +74,4 @@ tasks.withType(Javadoc::class.java) {
7574

7675
tasks.test {
7776
maxHeapSize = "2g" // Set max heap size to 2GB or adjust as necessary
78-
}
77+
}

0 commit comments

Comments
 (0)