Skip to content

Commit

Permalink
Fix build w/ Java > 21 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Dec 11, 2024
1 parent 9453770 commit 5d16d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/persistence/jpa-model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
*/

plugins {
id("java-library")
id("polaris-server")
`java-library`
}

dependencies {
Expand Down

0 comments on commit 5d16d4b

Please sign in to comment.